gnu: r-textshape: Use HTTPS home page URI.

* gnu/packages/cran.scm (r-textshape)[home-page]: Use HTTPS URI.
This commit is contained in:
Nicolas Goaziou 2021-03-24 21:09:19 +01:00
parent 650bb580df
commit 534bcb6b28
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -27600,7 +27600,7 @@ (define-public r-textshape
`(("r-data-table" ,r-data-table)
("r-slam" ,r-slam)
("r-stringi" ,r-stringi)))
(home-page "http://github.com/trinker/textshape")
(home-page "https://github.com/trinker/textshape")
(synopsis "Tools for Reshaping Text")
(description
"Tools that can be used to reshape and restructure text data.")