about summary refs log tree commit diff
path: root/pkgs/tools/networking/ndjbdns/default.nix
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2014-11-11 14:20:43 +0100
committerPascal Wittmann <mail@pascal-wittmann.de>2014-11-11 14:36:34 +0100
commit8df0e0b151475350265304dfa58e9193eea0058b (patch)
treefbc44280f6dc3ea106d293ee2bbee6e3dc829057 /pkgs/tools/networking/ndjbdns/default.nix
parent0e309af732e12b23da0b36c66dbf5d7c1263e3b7 (diff)
downloadnixlib-8df0e0b151475350265304dfa58e9193eea0058b.tar
nixlib-8df0e0b151475350265304dfa58e9193eea0058b.tar.gz
nixlib-8df0e0b151475350265304dfa58e9193eea0058b.tar.bz2
nixlib-8df0e0b151475350265304dfa58e9193eea0058b.tar.lz
nixlib-8df0e0b151475350265304dfa58e9193eea0058b.tar.xz
nixlib-8df0e0b151475350265304dfa58e9193eea0058b.tar.zst
nixlib-8df0e0b151475350265304dfa58e9193eea0058b.zip
Fixed many descriptions
Diffstat (limited to 'pkgs/tools/networking/ndjbdns/default.nix')
-rw-r--r--pkgs/tools/networking/ndjbdns/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/tools/networking/ndjbdns/default.nix b/pkgs/tools/networking/ndjbdns/default.nix
index e2dc1fd1eafd..2a7e996f8db2 100644
--- a/pkgs/tools/networking/ndjbdns/default.nix
+++ b/pkgs/tools/networking/ndjbdns/default.nix
@@ -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 fully‐fledged 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 fully‐fledged 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 ];