guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: r-textshape: Use HTTPS home page URI.


From: guix-commits
Subject: branch master updated: gnu: r-textshape: Use HTTPS home page URI.
Date: Wed, 24 Mar 2021 16:12:03 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 534bcb6  gnu: r-textshape: Use HTTPS home page URI.
534bcb6 is described below

commit 534bcb6b286af0c2fef6638378194ded876c2d10
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Mar 24 21:09:19 2021 +0100

    gnu: r-textshape: Use HTTPS home page URI.
    
    * gnu/packages/cran.scm (r-textshape)[home-page]: Use HTTPS URI.
---
 gnu/packages/cran.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b9842ca..96a2aee 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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]