diff options
author | Camil Staps | 2017-02-08 20:31:53 +0100 |
---|---|---|
committer | Camil Staps | 2017-02-08 20:31:53 +0100 |
commit | 40af8989a7ec629c596bece29f6e68a9f14216b1 (patch) | |
tree | 41f298103f622b491ada2b9ffa61233e82815f7f /CLPM/Repository.dcl | |
parent | Propagate clm return code (diff) |
Fix repository url
Diffstat (limited to 'CLPM/Repository.dcl')
-rw-r--r-- | CLPM/Repository.dcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CLPM/Repository.dcl b/CLPM/Repository.dcl index 97a568c..22b7575 100644 --- a/CLPM/Repository.dcl +++ b/CLPM/Repository.dcl @@ -9,7 +9,7 @@ from CLPM.Package import :: PackageName, :: Version, :: Description, :: Author, :: Url, :: VersionRequirement -REPOSITORY :== "local.clpm.camilstaps.nl" +REPOSITORY :== "clpm.camilstaps.nl" PORT :== 80 :: Repository :== [RepositoryItem] |