pkgs/servers/http/apache-httpd: added meta.license information

svn path=/nixpkgs/trunk/; revision=24407
This commit is contained in:
Peter Simons 2010-10-21 15:39:53 +00:00
parent c7a87b1669
commit b6693acfb2

View File

@ -36,9 +36,10 @@ stdenv.mkDerivation rec {
passthru = { passthru = {
inherit apr aprutil sslSupport proxySupport; inherit apr aprutil sslSupport proxySupport;
}; };
meta = { meta = {
description = "Apache HTTPD, the world's most popular web server"; description = "Apache HTTPD, the world's most popular web server";
homepage = http://httpd.apache.org/; homepage = http://httpd.apache.org/;
license = "ASL2.0";
}; };
} }