~ruther/guix-local

265c31f5a377851eb583dfeaaaae6132e085cfac — Tobias Geerinckx-Rice 8 years ago 7a0ba65
gnu: pcre: Use HTTPS for home pages.

* gnu/packages/pcre.scm (pcre, pcre2)[home-page]: Use HTTPS.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/pcre.scm
M gnu/packages/pcre.scm => gnu/packages/pcre.scm +2 -2
@@ 71,7 71,7 @@ pattern matching using the same syntax and semantics as Perl 5.  PCRE has its
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 @@ pattern matching using the same syntax and semantics as Perl 5.  PCRE has its
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/")))