mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: augeas: Use HTTPS home page.
* gnu/packages/augeas.scm (augeas)[home-page]: Use HTTPS.
This commit is contained in:
parent
53b655727e
commit
9fcd4ef30b
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ (define-public augeas
|
|||
`(("readline" ,readline)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(home-page "http://augeas.net/")
|
||||
(home-page "https://augeas.net")
|
||||
(synopsis "Edit configuration files programmatically")
|
||||
(description
|
||||
"Augeas is a library and command line tool for programmatically editing
|
||||
|
|
Loading…
Reference in a new issue