about summary refs log tree commit diff
path: root/pkgs/applications/editors/nedit
diff options
context:
space:
mode:
authorChristine Koppelt <cko@users.noreply.github.com>2019-10-08 20:54:38 +0200
committerChristine Koppelt <cko@users.noreply.github.com>2019-10-08 20:54:38 +0200
commit854c969b57f8d831e40dc91a6448eed17e1b48e1 (patch)
treecd6ded8c7d95055c5e2c925ac079c03332e1731f /pkgs/applications/editors/nedit
parentd7340fe2324e8a9f0862b2bc4701978f6954a924 (diff)
add missing meta data
Diffstat (limited to 'pkgs/applications/editors/nedit')
-rw-r--r--pkgs/applications/editors/nedit/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/editors/nedit/default.nix b/pkgs/applications/editors/nedit/default.nix
index b1b3a416178bc..4ff8c759a2605 100644
--- a/pkgs/applications/editors/nedit/default.nix
+++ b/pkgs/applications/editors/nedit/default.nix
@@ -26,7 +26,8 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with stdenv.lib; {
-    homepage = https://sourceforge.net/projects/nedit;
+    homepage = "https://sourceforge.net/projects/nedit";
+    description = "A fast, compact Motif/X11 plain text editor";
     platforms = with platforms; linux ++ darwin;
     license = licenses.gpl2;
   };