gnu: perl: Update home page.
* gnu/packages/perl.scm (perl)[home-page]: Use HTTPS.
This commit is contained in:
parent
6eceb2d445
commit
0cb9bacbfa
|
@ -161,7 +161,7 @@
|
|||
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 New Issue