mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: perl: Update home page.
* gnu/packages/perl.scm (perl)[home-page]: Use HTTPS.
This commit is contained in:
parent
6eceb2d445
commit
0cb9bacbfa
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ (define-public perl
|
|||
text manipulation and now used for a wide range of tasks including system
|
||||
administration, web development, network programming, GUI development, and
|
||||
more.")
|
||||
(home-page "http://www.perl.org/")
|
||||
(home-page "https://www.perl.org/")
|
||||
(license gpl1+))) ; or "Artistic"
|
||||
|
||||
(define-public perl-algorithm-c3
|
||||
|
|
Loading…
Reference in a new issue