ldns: add myself as maintainer! :)

This commit is contained in:
Will Dietz 2019-07-26 21:10:17 -05:00
parent dc9e2c38e5
commit d9c19f4aa6
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02

View File

@ -45,6 +45,6 @@ stdenv.mkDerivation rec {
license = licenses.bsd3; license = licenses.bsd3;
homepage = http://www.nlnetlabs.nl/projects/ldns/; homepage = http://www.nlnetlabs.nl/projects/ldns/;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ dtzWill ];
}; };
} }