mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
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
Block a user