mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue