summary refs log tree commit diff
path: root/pkgs/servers/http/apt-cacher-ng/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/http/apt-cacher-ng/default.nix')
-rw-r--r--pkgs/servers/http/apt-cacher-ng/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/http/apt-cacher-ng/default.nix b/pkgs/servers/http/apt-cacher-ng/default.nix
index 65ec2510d34..99dd63c7ce6 100644
--- a/pkgs/servers/http/apt-cacher-ng/default.nix
+++ b/pkgs/servers/http/apt-cacher-ng/default.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "A caching proxy specialized for linux distribution files";
-    homepage = https://www.unix-ag.uni-kl.de/~bloch/acng/;
+    homepage = "https://www.unix-ag.uni-kl.de/~bloch/acng/";
     license = licenses.gpl2;
     platforms = platforms.linux;
     maintainers = [ maintainers.makefu ];