about summary refs log tree commit diff
path: root/pkgs/applications/networking/newsreaders/pan/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/newsreaders/pan/default.nix')
-rw-r--r--pkgs/applications/networking/newsreaders/pan/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/networking/newsreaders/pan/default.nix b/pkgs/applications/networking/newsreaders/pan/default.nix
index befcab7a6056..7ff4d149eb68 100644
--- a/pkgs/applications/networking/newsreaders/pan/default.nix
+++ b/pkgs/applications/networking/newsreaders/pan/default.nix
@@ -22,4 +22,8 @@ stdenv.mkDerivation {
   ];
 
   inherit spellChecking stdenv;
+
+  meta = {
+    description = "A GTK+-based Usenet newsreader good at both text and binaries";
+  };
 }