aboutsummaryrefslogtreecommitdiff
path: root/CLPM/Repository.dcl
diff options
context:
space:
mode:
Diffstat (limited to 'CLPM/Repository.dcl')
-rw-r--r--CLPM/Repository.dcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/CLPM/Repository.dcl b/CLPM/Repository.dcl
index 8dcf751..97a568c 100644
--- a/CLPM/Repository.dcl
+++ b/CLPM/Repository.dcl
@@ -9,7 +9,7 @@ from CLPM.Package import
:: PackageName, :: Version, :: Description, :: Author, :: Url,
:: VersionRequirement
-REPOSITORY :== "clpm.camilstaps.nl"
+REPOSITORY :== "local.clpm.camilstaps.nl"
PORT :== 80
:: Repository :== [RepositoryItem]
@@ -24,7 +24,7 @@ PORT :== 80
:: RepositoryItemVersion
= { version :: Version
- , depends :: [(PackageName, String)]
+ , depends :: [String]
}
derive JSONDecode RepositoryItem, RepositoryItemVersion