1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-08-01 15:31:30 +02:00

gnu: sedsed: Use HTTPS home page.

* gnu/packages/admin.scm (sedsed)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice
2019-07-10 14:34:25 +02:00
parent bba3c48970
commit fbdabdad2d
+1 -1
View File
@@ -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.