yaws: fix homepage

+1 -1
+1 -1
pkgs/servers/http/yaws/default.nix
··· 26 26 27 27 meta = with stdenv.lib; { 28 28 description = "A high performance HTTP 1.1 server in Erlang"; 29 - homepage = http://http://yaws.hyber.org; 29 + homepage = http://yaws.hyber.org; 30 30 license = licenses.bsd2; 31 31 platforms = platforms.linux; 32 32 maintainers = with maintainers; [ goibhniu the-kenny ];