fcgiwrap: add license

This commit is contained in:
Markus Kowalewski
2020-06-30 21:41:19 +02:00
parent 19d41f90b4
commit 1560a465c3

View File

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