diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 23:04:46 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-09 16:01:18 +0100 |
commit | b3851745f14a3b37462185733f15e106ffcfb5b3 (patch) | |
tree | 2b0c6e2c678ddd443e035b20bf7937ec1dcf5f6f /gnu/packages/plotutils.scm | |
parent | 17dea2e2798574d8bae4fc27a74cd694c6f9155c (diff) | |
download | guix-b3851745f14a3b37462185733f15e106ffcfb5b3.tar.gz |
gnu: plotutils: Use HTTPS home page.
* gnu/packages/plotutils.scm (plotutils)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/plotutils.scm')
-rw-r--r-- | gnu/packages/plotutils.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm index ac8a6f46fc..f71e2824f1 100644 --- a/gnu/packages/plotutils.scm +++ b/gnu/packages/plotutils.scm @@ -75,7 +75,7 @@ ("libxaw" ,libxaw))) (home-page - "http://www.gnu.org/software/plotutils/") + "https://www.gnu.org/software/plotutils/") (synopsis "Plotting utilities and library") (description "GNU Plotutils is a package for plotting and working with 2D graphics. |