nsd: fix description, license and platforms
This commit is contained in:
parent
f1b3196f2d
commit
f5cd9d2460
@ -33,11 +33,12 @@ stdenv.mkDerivation rec {
|
|||||||
++ edf rootServer "root-server"
|
++ edf rootServer "root-server"
|
||||||
++ [ "--with-ssl=${openssl}" "--with-libevent=${libevent}" ];
|
++ [ "--with-ssl=${openssl}" "--with-libevent=${libevent}" ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Authoritative only, high performance, simple and open source name server.";
|
|
||||||
license = "BSD";
|
|
||||||
homepage = http://www.nlnetlabs.nl;
|
homepage = http://www.nlnetlabs.nl;
|
||||||
maintainers = with stdenv.lib.maintainers; [ hrdinka ];
|
description = "Authoritative only, high performance, simple and open source name server";
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
license = licenses.bsd3;
|
||||||
|
|
||||||
|
platforms = platforms.unix;
|
||||||
|
maintainers = [ maintainers.hrdinka ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user