Fixed many descriptions

This commit is contained in:
Pascal Wittmann
2014-11-11 14:36:34 +01:00
parent 0e309af732
commit 8df0e0b151
72 changed files with 160 additions and 159 deletions
+4 -1
View File
@@ -11,7 +11,10 @@ stdenv.mkDerivation rec {
buildInputs = [ pkgconfig systemd ];
meta = with stdenv.lib; {
description = "N-DJBDNS is a brand new release of the Djbdns. Djbdns is a fullyfledged Domain Name System(DNS), originally written by the eminent author of qmail, Dr. D J Bernstein.";
description = "A brand new release of the Djbdns";
longDescription = ''
Djbdns is a fullyfledged Domain Name System(DNS), originally written by the eminent author of qmail, Dr. D J Bernstein.
'';
homepage = http://pjp.dgplug.org/ndjbdns/;
license = licenses.gpl2;
maintainers = [ maintainers.msackman ];