about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorCillian de Róiste <cillian.deroiste@gmail.com>2017-08-03 21:38:05 +0200
committerCillian de Róiste <cillian.deroiste@gmail.com>2017-08-03 23:03:04 +0200
commitf68a45fc22fc5f64f4e5e423cc71228a8406347b (patch)
tree8a9aa802593d2f828ef8a3451541400691ab90a2 /pkgs/servers
parentfeb7d844f836c4a83e822aa1637deb829d604c39 (diff)
downloadnixlib-f68a45fc22fc5f64f4e5e423cc71228a8406347b.tar
nixlib-f68a45fc22fc5f64f4e5e423cc71228a8406347b.tar.gz
nixlib-f68a45fc22fc5f64f4e5e423cc71228a8406347b.tar.bz2
nixlib-f68a45fc22fc5f64f4e5e423cc71228a8406347b.tar.lz
nixlib-f68a45fc22fc5f64f4e5e423cc71228a8406347b.tar.xz
nixlib-f68a45fc22fc5f64f4e5e423cc71228a8406347b.tar.zst
nixlib-f68a45fc22fc5f64f4e5e423cc71228a8406347b.zip
yaws: fix homepage
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/http/yaws/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/http/yaws/default.nix b/pkgs/servers/http/yaws/default.nix
index 871b3524f424..67172edfd36e 100644
--- a/pkgs/servers/http/yaws/default.nix
+++ b/pkgs/servers/http/yaws/default.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "A high performance HTTP 1.1 server in Erlang";
-    homepage = http://http://yaws.hyber.org;
+    homepage = http://yaws.hyber.org;
     license = licenses.bsd2;
     platforms = platforms.linux;
     maintainers = with maintainers; [ goibhniu the-kenny ];