gnu: leafpad: Fix home-page URL.
* gnu/packages/text-editors.scm (leafpad)[home-page]: Fix URL.master
parent
0bf11648fc
commit
dde5831c00
|
@ -183,7 +183,7 @@ bindings and many of the powerful features of GNU Emacs.")
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("gtk+" ,gtk+-2)))
|
`(("gtk+" ,gtk+-2)))
|
||||||
(home-page "https://wiki.gnome.org/Apps/Gedit")
|
(home-page "http://tarot.freeshell.org/leafpad/")
|
||||||
(synopsis "GTK+ based text editor")
|
(synopsis "GTK+ based text editor")
|
||||||
(description "Leafpad is a GTK+ text editor that emphasizes simplicity. As
|
(description "Leafpad is a GTK+ text editor that emphasizes simplicity. As
|
||||||
development focuses on keeping weight down to a minimum, only the most essential
|
development focuses on keeping weight down to a minimum, only the most essential
|
||||||
|
|
Reference in New Issue