mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 05:07:11 -05:00
gnu: r-textshape: Use HTTPS home page URI.
* gnu/packages/cran.scm (r-textshape)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
650bb580df
commit
534bcb6b28
1 changed files with 1 additions and 1 deletions
|
@ -27600,7 +27600,7 @@ (define-public r-textshape
|
||||||
`(("r-data-table" ,r-data-table)
|
`(("r-data-table" ,r-data-table)
|
||||||
("r-slam" ,r-slam)
|
("r-slam" ,r-slam)
|
||||||
("r-stringi" ,r-stringi)))
|
("r-stringi" ,r-stringi)))
|
||||||
(home-page "http://github.com/trinker/textshape")
|
(home-page "https://github.com/trinker/textshape")
|
||||||
(synopsis "Tools for Reshaping Text")
|
(synopsis "Tools for Reshaping Text")
|
||||||
(description
|
(description
|
||||||
"Tools that can be used to reshape and restructure text data.")
|
"Tools that can be used to reshape and restructure text data.")
|
||||||
|
|
Loading…
Reference in a new issue