mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: r-stringr: Provide valid 'home-page' URL.
* gnu/packages/statistics.scm (r-stringr)[home-page]: Set to valid URL.
This commit is contained in:
parent
6480fcae24
commit
718a2bde42
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@ (define-public r-stringr
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-magrittr" ,r-magrittr)
|
`(("r-magrittr" ,r-magrittr)
|
||||||
("r-stringi" ,r-stringi)))
|
("r-stringi" ,r-stringi)))
|
||||||
(home-page "")
|
(home-page "https://github.com/hadley/stringr")
|
||||||
(synopsis "Simple, consistent wrappers for common string operations")
|
(synopsis "Simple, consistent wrappers for common string operations")
|
||||||
(description
|
(description
|
||||||
"Stringr is a consistent, simple and easy to use set of wrappers around
|
"Stringr is a consistent, simple and easy to use set of wrappers around
|
||||||
|
|
Loading…
Reference in a new issue