From 40af8989a7ec629c596bece29f6e68a9f14216b1 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 8 Feb 2017 20:31:53 +0100 Subject: Fix repository url --- CLPM/Repository.dcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- cgit v1.2.3