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:
parent
0ee39e0372
commit
a359b807e1
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
||||||
(base32
|
(base32
|
||||||
"11whfrbafj191ahbhlhadws0vkg9kmvqswzkvswgwajhr1x678rh"))))
|
"11whfrbafj191ahbhlhadws0vkg9kmvqswzkvswgwajhr1x678rh"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(home-page "http://mojolicious.org/")
|
(home-page "https://mojolicious.org/")
|
||||||
(synopsis "Real-time web framework")
|
(synopsis "Real-time web framework")
|
||||||
(description "Back in the early days of the web, many people learned Perl
|
(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
|
because of a wonderful Perl library called @code{CGI}. It was simple enough
|
||||||
|
|
Reference in a new issue