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

@ -40,5 +40,6 @@ stdenv.mkDerivation rec {
meta = {
description = "Apache HTTPD, the world's most popular web server";
homepage = http://httpd.apache.org/;
license = "ASL2.0";
};
}