From 85b9ae93f0e5d8eaa14d149e03484c055b21dc11 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 18 Jan 2020 23:25:50 +0100 Subject: 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. --- gnu/packages/messaging.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index f8b743f766..af3d4bb733 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -1280,7 +1280,7 @@ into existing applications.") (source (origin (method url-fetch) - (uri (string-append "http://perlpsyc.psyc.eu/" + (uri (string-append "https://perl.psyc.eu/" "perlpsyc-" version ".zip")) (file-name (string-append name "-" version ".zip")) (sha256 @@ -1339,10 +1339,10 @@ into existing applications.") (description "@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: -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.") (synopsis "Perl implementation of PSYC protocol") - (home-page "http://perlpsyc.psyc.eu/") + (home-page "https://perl.psyc.eu") (license (list license:gpl2 license:perl-license ;; contrib/irssi-psyc.pl: @@ -1378,7 +1378,7 @@ for @uref{https://torproject.org,tor} router) and many more.") ;; therefore we do not include them. ;; TODO: Get a cargo build system in Guix. (delete 'configure)))) ; no configure script - (home-page "http://about.psyc.eu/libpsyc") + (home-page "https://about.psyc.eu/libpsyc") (description "@code{libpsyc} is a PSYC library in C which implements core aspects of PSYC, useful for all kinds of clients and servers -- cgit v1.2.3 t'>
AgeCommit message (Expand)Author
2021-02-04build: Add '--with-channel-commit' and related configure flags....Ludovic Courtès
2020-12-11maint: Avoid macros obsolete in Autoconf 2.70....Ludovic Courtès
2020-10-22git: Require Guile-Git 0.3.0 or later....Ludovic Courtès
2020-09-08Remove (guix json) and require Guile-JSON 4.3.0+....Ludovic Courtès
2020-08-29build: Remove check for Guile 2.2.1 bug....Ludovic Courtès
2020-08-24Use "guile-zlib" and "guile-lzlib" instead of (guix config)....Mathieu Othacehe
2020-07-20ssh: Speed up RPCs by using #:nodelay....Lars-Dominik Braun
2020-05-28doc: Remove explicit support for mips64el-linux....Efraim Flashner
2020-05-28maint: Check whether Guile-Gcrypt is recent enough....Ludovic Courtès
2020-02-22build: Depend on guile-ssh 0.12.0...Lars-Dominik Braun
2019-08-17build: 'GUIX_CHECK_GUILE_JSON' really checks for Guile-JSON 3.x....Ludovic Courtès
2019-07-25maint: Switch to Guile-JSON 3.x....Ludovic Courtès
2019-05-06Add (guix lzlib)....Pierre Neidhardt
2018-11-23Update Guile-SQLite3 URL everywhere....Ludovic Courtès
2018-09-04Switch to Guile-Gcrypt....Ludovic Courtès