Archived
1
0
Fork 0

gnu: r-png: Use HTTPS home page.

* gnu/packages/cran.scm (r-png)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 22:30:50 +01:00
parent 798ca8d08e
commit 08eefe29e6
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -14559,7 +14559,7 @@ analysis.")
(inputs (inputs
`(("libpng" ,libpng) `(("libpng" ,libpng)
("zlib" ,zlib))) ("zlib" ,zlib)))
(home-page "http://www.rforge.net/png/") (home-page "https://www.rforge.net/png/")
(synopsis "Read and write PNG images") (synopsis "Read and write PNG images")
(description (description
"This package provides an easy and simple way to read, write and display "This package provides an easy and simple way to read, write and display