guix-commits
[Top][All Lists]
Advanced

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

49/87: gnu: r-biased-urn: Use HTTPS home page URI.


From: guix-commits
Subject: 49/87: gnu: r-biased-urn: Use HTTPS home page URI.
Date: Sun, 28 Feb 2021 06:06:41 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 0cdb622c9c0fda129f8e8eb0b06f42ad2fde1e53
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 28 11:40:22 2021 +0100

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

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 3821c86..ea428da 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3883,7 +3883,7 @@ data behind them) can be viewed and modified in a web 
browser.")
        "13i2lgfnjhlbbm2yxfc2l5hswqw6x03pwba5csjmirv8kpjw4xr3"))))
    (properties `((upstream-name . "BiasedUrn")))
    (build-system r-build-system)
-   (home-page "http://www.agner.org/random/";)
+   (home-page "https://www.agner.org/random/";)
    (synopsis "Biased urn model distributions")
    (description
     "This package provides statistical models of biased sampling in the form



reply via email to

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