yaws: fix homepage
This commit is contained in:
parent
feb7d844f8
commit
f68a45fc22
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A high performance HTTP 1.1 server in Erlang";
|
description = "A high performance HTTP 1.1 server in Erlang";
|
||||||
homepage = http://http://yaws.hyber.org;
|
homepage = http://yaws.hyber.org;
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ goibhniu the-kenny ];
|
maintainers = with maintainers; [ goibhniu the-kenny ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user