about summary refs log tree commit diff
path: root/pkgs/servers/http/yaws
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/http/yaws
parentfeb7d844f836c4a83e822aa1637deb829d604c39 (diff)
yaws: fix homepage
Diffstat (limited to 'pkgs/servers/http/yaws')
-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 871b3524f424b..67172edfd36ec 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 ];