>From 0d38b0ae2962e2e9b5fc51d9f64daa54fa11d27e Mon Sep 17 00:00:00 2001 From: raingloom Date: Wed, 23 Mar 2022 23:24:44 +0100 Subject: [PATCH 4/6] gnu: guile-struct-pack: Update URLs. * gnu/packages/guile-xyz.scm (guile-struct-pack): Update URLs. --- gnu/packages/guile-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 9a55ad2bec..f5331f1079 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -4181,7 +4181,7 @@ (define-public guile-struct-pack (origin (method git-fetch) (uri (git-reference - (url "https://github.com/weinholt/struct-pack") + (url "https://gitlab.com/weinholt/struct-pack") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 @@ -4210,7 +4210,7 @@ (define files #t))))) (native-inputs (list guile-3.0)) - (home-page "https://github.com/weinholt/struct-pack") + (home-page "https://gitlab.com/weinholt/struct-pack") (synopsis "R6RS library for working with packed byte structures") (description "This is an R6RS library for working with packed byte structures. It is -- 2.34.0