about summary refs log tree commit diff
path: root/pkgs/applications/editors/nedit/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/nedit/default.nix')
-rw-r--r--pkgs/applications/editors/nedit/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/editors/nedit/default.nix b/pkgs/applications/editors/nedit/default.nix
index 345eccb0ff9d2..41028601da742 100644
--- a/pkgs/applications/editors/nedit/default.nix
+++ b/pkgs/applications/editors/nedit/default.nix
@@ -16,4 +16,8 @@ stdenv.mkDerivation {
   buildInputs = [x11 motif libXpm];
 
   buildFlags = if stdenv.system == "i686-linux" then "linux" else "";
+
+  meta = {
+    homepage = http://www.nedit.org;
+  };
 }