about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-09-06 02:57:51 +0200
committerJan Tojnar <jtojnar@gmail.com>2019-09-06 02:57:51 +0200
commited54a5b51dc9542df94f70b25a13d86d1f494e64 (patch)
treebc85a8288e36624f3385831069a8df77d2ef3451 /pkgs/applications/editors
parent4b16b7e9a00b4a6b7e350a8711312e0fe83930db (diff)
parent684bad056950880d05e4534e683362c6a0abce55 (diff)
downloadnixlib-ed54a5b51dc9542df94f70b25a13d86d1f494e64.tar
nixlib-ed54a5b51dc9542df94f70b25a13d86d1f494e64.tar.gz
nixlib-ed54a5b51dc9542df94f70b25a13d86d1f494e64.tar.bz2
nixlib-ed54a5b51dc9542df94f70b25a13d86d1f494e64.tar.lz
nixlib-ed54a5b51dc9542df94f70b25a13d86d1f494e64.tar.xz
nixlib-ed54a5b51dc9542df94f70b25a13d86d1f494e64.tar.zst
nixlib-ed54a5b51dc9542df94f70b25a13d86d1f494e64.zip
Merge branch 'gtk-no-plus'
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/leafpad/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/leafpad/default.nix b/pkgs/applications/editors/leafpad/default.nix
index 795342fba5d8..508d2329edc4 100644
--- a/pkgs/applications/editors/leafpad/default.nix
+++ b/pkgs/applications/editors/leafpad/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
   ];
 
   meta = with stdenv.lib; {
-    description = "A notepad clone for GTK+ 2.0";
+    description = "A notepad clone for GTK 2.0";
     homepage = http://tarot.freeshell.org/leafpad;
     platforms = platforms.linux;
     maintainers = [ maintainers.flosse ];