mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: pcre: Use HTTPS for home pages.
* gnu/packages/pcre.scm (pcre, pcre2)[home-page]: Use HTTPS.
This commit is contained in:
parent
7a0ba651a6
commit
265c31f5a3
1 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ (define-public pcre
|
|||
own native API, as well as a set of wrapper functions that correspond to the
|
||||
POSIX regular expression API.")
|
||||
(license license:bsd-3)
|
||||
(home-page "http://www.pcre.org/")))
|
||||
(home-page "https://www.pcre.org/")))
|
||||
|
||||
(define pcre-8.41
|
||||
(package
|
||||
|
@ -128,4 +128,4 @@ (define-public pcre2
|
|||
own native API, as well as a set of wrapper functions that correspond to the
|
||||
POSIX regular expression API.")
|
||||
(license license:bsd-3)
|
||||
(home-page "http://www.pcre.org/")))
|
||||
(home-page "https://www.pcre.org/")))
|
||||
|
|
Loading…
Reference in a new issue