gnu: plotutils: Use HTTPS home page.
* gnu/packages/plotutils.scm (plotutils)[home-page]: Use HTTPS.
This commit is contained in:
parent
17dea2e279
commit
b3851745f1
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ (define-public plotutils
|
|||
("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.
|
||||
|
|
Loading…
Reference in a new issue