guix-commits
[Top][All Lists]
Advanced

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

28/87: gnu: perl-mojolicious: Use HTTPS home page URI.


From: guix-commits
Subject: 28/87: gnu: perl-mojolicious: Use HTTPS home page URI.
Date: Sun, 28 Feb 2021 06:06:34 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit a359b807e16bc15623664cad500561a5183f776a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 28 11:21:49 2021 +0100

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

diff --git a/gnu/packages/perl-web.scm b/gnu/packages/perl-web.scm
index 77a66f7..7bc406c 100644
--- a/gnu/packages/perl-web.scm
+++ b/gnu/packages/perl-web.scm
@@ -40,7 +40,7 @@
         (base32
          "11whfrbafj191ahbhlhadws0vkg9kmvqswzkvswgwajhr1x678rh"))))
     (build-system perl-build-system)
-    (home-page "http://mojolicious.org/";)
+    (home-page "https://mojolicious.org/";)
     (synopsis "Real-time web framework")
     (description "Back in the early days of the web, many people learned Perl
 because of a wonderful Perl library called @code{CGI}.  It was simple enough



reply via email to

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