nsd: add hrdinka to maintainers

This commit is contained in:
Christoph Hrdinka 2014-09-28 14:32:41 +02:00
parent 63280c511e
commit 29b4258622

View file

@ -37,6 +37,7 @@ stdenv.mkDerivation rec {
description = "Authoritative only, high performance, simple and open source name server.";
license = "BSD";
homepage = http://www.nlnetlabs.nl;
maintainers = with stdenv.lib.maintainers; [ hrdinka ];
platforms = with stdenv.lib.platforms; linux;
};
}