gnu: r-textshape: Use HTTPS home page URI.
* gnu/packages/cran.scm (r-textshape)[home-page]: Use HTTPS URI.master
parent
650bb580df
commit
534bcb6b28
|
@ -27600,7 +27600,7 @@ in same length matches).")
|
|||
`(("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.")
|
||||
|
|
Reference in New Issue