Unverified Commit 4b55cedd authored by Markus Kowalewski's avatar Markus Kowalewski
Browse files

dns-root-data: add license

parent a00ba536
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
  };
}