guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: leafpad: Fix home-page URL.


From: Leo Famulari
Subject: 01/01: gnu: leafpad: Fix home-page URL.
Date: Sat, 8 Apr 2017 21:34:06 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit dde5831c0048b506374edec1fe91273cdc54654e
Author: Leo Famulari <address@hidden>
Date:   Sat Apr 8 21:33:37 2017 -0400

    gnu: leafpad: Fix home-page URL.
    
    * gnu/packages/text-editors.scm (leafpad)[home-page]: Fix URL.
---
 gnu/packages/text-editors.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 7aa4cb6..9da627b 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]