forked from mirrors/nixpkgs
fcgiwrap: add license
This commit is contained in:
parent
19d41f90b4
commit
1560a465c3
|
@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
|
|||
description = "Simple server for running CGI applications over FastCGI";
|
||||
maintainers = with maintainers; [ lethalman ];
|
||||
platforms = with platforms; linux;
|
||||
license = licenses.mit;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue