guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: sedsed: Use HTTPS home page.


From: guix-commits
Subject: 01/03: gnu: sedsed: Use HTTPS home page.
Date: Wed, 10 Jul 2019 17:24:30 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit fbdabdad2dce03e6fc24cee22b8bf6f068d0e9a1
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Jul 10 14:34:25 2019 +0200

    gnu: sedsed: Use HTTPS home page.
    
    * gnu/packages/admin.scm (sedsed)[home-page]: Use HTTPS.
---
 gnu/packages/admin.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index c3b8611..2d63727 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2500,7 +2500,7 @@ in order to be able to find it.
                     (sedpy (string-append bin "/sedsed.py")))
                (symlink sedpy sed)
                #t))))))
-    (home-page "http://aurelio.net/projects/sedsed";)
+    (home-page "https://aurelio.net/projects/sedsed";)
     (synopsis "Sed sed scripts")
     (description
      "@code{sedsed} can debug, indent, tokenize and HTMLize your sed(1) script.



reply via email to

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