gnu: perl-mojolicious: Use HTTPS home page URI.

* gnu/packages/perl-web.scm (perl-mojolicious)[home-page]: Use HTTPS URI.
This commit is contained in:
Nicolas Goaziou 2021-02-28 11:21:49 +01:00
parent 0ee39e0372
commit a359b807e1
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -40,7 +40,7 @@ (define-public perl-mojolicious
(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