forked from mirrors/nixpkgs
nsd: add hrdinka to maintainers
This commit is contained in:
parent
63280c511e
commit
29b4258622
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue