yaws: fix homepage

This commit is contained in:
Cillian de Róiste 2017-08-03 21:38:05 +02:00
parent feb7d844f8
commit f68a45fc22

View File

@ -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 ];