pkgs/servers/http/apache-httpd: added meta.license information
svn path=/nixpkgs/trunk/; revision=24407
This commit is contained in:
parent
c7a87b1669
commit
b6693acfb2
|
@ -36,9 +36,10 @@ stdenv.mkDerivation rec {
|
|||
passthru = {
|
||||
inherit apr aprutil sslSupport proxySupport;
|
||||
};
|
||||
|
||||
|
||||
meta = {
|
||||
description = "Apache HTTPD, the world's most popular web server";
|
||||
homepage = http://httpd.apache.org/;
|
||||
license = "ASL2.0";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue