diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-04-16 19:34:08 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-04-16 19:42:20 +0200 |
commit | 9fcd4ef30bd17d6ab66d7ee14d2e74081efcfb29 (patch) | |
tree | b9ce0ae8036e6fe1160d9694424bac0626861c64 /gnu/packages/augeas.scm | |
parent | 53b655727e4acb55f4174cbe9101f032453dba95 (diff) | |
download | guix-9fcd4ef30bd17d6ab66d7ee14d2e74081efcfb29.tar.gz |
gnu: augeas: Use HTTPS home page.
* gnu/packages/augeas.scm (augeas)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/augeas.scm')
-rw-r--r-- | gnu/packages/augeas.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/augeas.scm b/gnu/packages/augeas.scm index c4fd24e829..b3c4803e04 100644 --- a/gnu/packages/augeas.scm +++ b/gnu/packages/augeas.scm @@ -49,7 +49,7 @@ `(("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 |