aboutsummaryrefslogtreecommitdiff
path: root/CLPM/Repository.dcl
diff options
context:
space:
mode:
authorCamil Staps2017-02-07 19:10:34 +0100
committerCamil Staps2017-02-07 19:10:34 +0100
commitf43db4cbbf9bbcde928daa49ce3fac96be1fa822 (patch)
tree32ba6071a9b407cdf9fd92b2be748a01391b8c66 /CLPM/Repository.dcl
parentMake main module optional (diff)
Improved installation
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