1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

ldns: Add myself as a maintainer

This commit is contained in:
Jascha Geerds 2015-08-03 11:37:40 +02:00
parent 8c6a2e3b5d
commit 4493ca0094

View file

@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
license = licenses.bsd3;
homepage = "http://www.nlnetlabs.nl/projects/ldns/";
platforms = platforms.linux;
maintainers = with maintainers; [ jgeerds ];
};
}