mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: sedsed: Use HTTPS home page.
* gnu/packages/admin.scm (sedsed)[home-page]: Use HTTPS.
This commit is contained in:
parent
bba3c48970
commit
fbdabdad2d
1 changed files with 1 additions and 1 deletions
|
@ -2500,7 +2500,7 @@ (define-public sedsed
|
|||
(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.
|
||||
|
|
Loading…
Reference in a new issue