dns-root-data: add license

This commit is contained in:
Markus Kowalewski
2022-11-02 23:28:22 +01:00
parent a00ba5367a
commit 4b55ceddca
+1
View File
@@ -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;
};
}