mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -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
|
text manipulation and now used for a wide range of tasks including system
|
||||||
administration, web development, network programming, GUI development, and
|
administration, web development, network programming, GUI development, and
|
||||||
more.")
|
more.")
|
||||||
(home-page "http://www.perl.org/")
|
(home-page "https://www.perl.org/")
|
||||||
(license gpl1+))) ; or "Artistic"
|
(license gpl1+))) ; or "Artistic"
|
||||||
|
|
||||||
(define-public perl-algorithm-c3
|
(define-public perl-algorithm-c3
|
||||||
|
|
Loading…
Reference in a new issue