tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
fcgiwrap: update homepage
Renaud
4 years ago
f0f803bf
85208615
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
servers
fcgiwrap
default.nix
+1
-1
pkgs/servers/fcgiwrap/default.nix
···
23
'';
24
25
meta = with lib; {
26
-
homepage = "https://nginx.localdomain.pl/wiki/FcgiWrap";
27
description = "Simple server for running CGI applications over FastCGI";
28
maintainers = with maintainers; [ ];
29
platforms = with platforms; linux;
···
23
'';
24
25
meta = with lib; {
26
+
homepage = "https://github.com/gnosek/fcgiwrap";
27
description = "Simple server for running CGI applications over FastCGI";
28
maintainers = with maintainers; [ ];
29
platforms = with platforms; linux;