diff options
author | Leo Famulari <leo@famulari.name> | 2017-04-08 21:33:37 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-04-08 21:33:59 -0400 |
commit | dde5831c0048b506374edec1fe91273cdc54654e (patch) | |
tree | dbcebf4d2a69224b7cd42a37ece9b7a328b511e0 /gnu/packages/text-editors.scm | |
parent | 0bf11648fc90cf0689fdc674f4aee4592694b341 (diff) | |
download | guix-dde5831c0048b506374edec1fe91273cdc54654e.tar guix-dde5831c0048b506374edec1fe91273cdc54654e.tar.gz |
gnu: leafpad: Fix home-page URL.
* gnu/packages/text-editors.scm (leafpad)[home-page]: Fix URL.
Diffstat (limited to 'gnu/packages/text-editors.scm')
-rw-r--r-- | gnu/packages/text-editors.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm index 7aa4cb6035..9da627b65b 100644 --- a/gnu/packages/text-editors.scm +++ b/gnu/packages/text-editors.scm @@ -183,7 +183,7 @@ bindings and many of the powerful features of GNU Emacs.") ("pkg-config" ,pkg-config))) (inputs `(("gtk+" ,gtk+-2))) - (home-page "https://wiki.gnome.org/Apps/Gedit") + (home-page "http://tarot.freeshell.org/leafpad/") (synopsis "GTK+ based text editor") (description "Leafpad is a GTK+ text editor that emphasizes simplicity. As development focuses on keeping weight down to a minimum, only the most essential |