tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
yaws: fix homepage
Cillian de Róiste
8 years ago
f68a45fc
feb7d844
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
servers
http
yaws
default.nix
+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
29
-
homepage = http://http://yaws.hyber.org;
29
29
+
homepage = http://yaws.hyber.org;
30
30
license = licenses.bsd2;
31
31
platforms = platforms.linux;
32
32
maintainers = with maintainers; [ goibhniu the-kenny ];