dns-root-data: add license

This commit is contained in:
Markus Kowalewski 2022-11-02 23:28:22 +01:00
parent a00ba5367a
commit 4b55ceddca
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

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;
};
}