aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2021-03-24 21:09:19 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-03-24 21:09:19 +0100
commit534bcb6b286af0c2fef6638378194ded876c2d10 (patch)
treed5f397bf85b39ebe498eb7b8e34dd0c1581e39ab
parent650bb580df3c9b1654a0e7ad97fe750350546198 (diff)
downloadguix-534bcb6b286af0c2fef6638378194ded876c2d10.tar
guix-534bcb6b286af0c2fef6638378194ded876c2d10.tar.gz
gnu: r-textshape: Use HTTPS home page URI.
* gnu/packages/cran.scm (r-textshape)[home-page]: Use HTTPS URI.
-rw-r--r--gnu/packages/cran.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b9842ca954..96a2aee766 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -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.")