forked from mirrors/nixpkgs
dns-root-data: add license
This commit is contained in:
parent
a00ba5367a
commit
4b55ceddca
|
@ -32,5 +32,6 @@ stdenv.mkDerivation {
|
|||
meta = with lib; {
|
||||
description = "DNS root data including root zone and DNSSEC key";
|
||||
maintainers = with maintainers; [ fpletz vcunat ];
|
||||
license = licenses.gpl3Plus;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue