mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
apacheHttpd: minor modifications to meta attrs
* add myself as a maintainer * use reference to `stdenv.lib.licenses.asl20` rather than literal string
This commit is contained in:
parent
2735e9c8d6
commit
85f2674e22
@ -55,10 +55,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "Apache HTTPD, the world's most popular web server";
|
||||
homepage = http://httpd.apache.org/;
|
||||
license = "ASL2.0";
|
||||
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
maintainers = [ stdenv.lib.maintainers.simons ];
|
||||
homepage = http://httpd.apache.org/;
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
maintainers = with stdenv.lib.maintainers; [ simons lovek323 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user