gnu: Use HTTPS for supported psyc.eu subdomains.

* gnu/packages/messaging.scm (libpsyc)[home-page]: Use HTTPS.
(perl-net-psyc)[source, description, home-page]: Likewise.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 23:25:50 +01:00
parent 619ffa02ef
commit 85b9ae93f0
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1280,7 +1280,7 @@ (define-public perl-net-psyc
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://perlpsyc.psyc.eu/" (uri (string-append "https://perl.psyc.eu/"
"perlpsyc-" version ".zip")) "perlpsyc-" version ".zip"))
(file-name (string-append name "-" version ".zip")) (file-name (string-append name "-" version ".zip"))
(sha256 (sha256
@ -1339,10 +1339,10 @@ (define-public perl-net-psyc
(description (description
"@code{Net::PSYC} with support for TCP, UDP, Event.pm, @code{IO::Select} and "@code{Net::PSYC} with support for TCP, UDP, Event.pm, @code{IO::Select} and
Gtk2 event loops. This package includes 12 applications and additional scripts: Gtk2 event loops. This package includes 12 applications and additional scripts:
psycion (a @uref{http://about.psyc.eu,PSYC} chat client), remotor (a control console psycion (a @uref{https://about.psyc.eu,PSYC} chat client), remotor (a control console
for @uref{https://torproject.org,tor} router) and many more.") for @uref{https://torproject.org,tor} router) and many more.")
(synopsis "Perl implementation of PSYC protocol") (synopsis "Perl implementation of PSYC protocol")
(home-page "http://perlpsyc.psyc.eu/") (home-page "https://perl.psyc.eu")
(license (list license:gpl2 (license (list license:gpl2
license:perl-license license:perl-license
;; contrib/irssi-psyc.pl: ;; contrib/irssi-psyc.pl:
@ -1378,7 +1378,7 @@ (define-public libpsyc
;; therefore we do not include them. ;; therefore we do not include them.
;; TODO: Get a cargo build system in Guix. ;; TODO: Get a cargo build system in Guix.
(delete 'configure)))) ; no configure script (delete 'configure)))) ; no configure script
(home-page "http://about.psyc.eu/libpsyc") (home-page "https://about.psyc.eu/libpsyc")
(description (description
"@code{libpsyc} is a PSYC library in C which implements "@code{libpsyc} is a PSYC library in C which implements
core aspects of PSYC, useful for all kinds of clients and servers core aspects of PSYC, useful for all kinds of clients and servers