From 211410cbc1c02a0b748bc8174cf6d7ae55fee6c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 12 May 2025 19:20:06 +0200 Subject: [PATCH] artwork: Change URL to Codeberg. * gnu/artwork.scm (%artwork-repository): Update URL. Change-Id: Ifd20732c0b1862148d15d93c174a75928edbe783 --- gnu/artwork.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/artwork.scm b/gnu/artwork.scm index 23b98993840..5f634533f55 100644 --- a/gnu/artwork.scm +++ b/gnu/artwork.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2014, 2015, 2018, 2019 Ludovic Courtès +;;; Copyright © 2014-2015, 2018-2019, 2025 Ludovic Courtès ;;; Copyright © 2017 Leo Famulari ;;; ;;; This file is part of GNU Guix. @@ -33,7 +33,7 @@ (origin (method git-fetch) (uri (git-reference - (url "https://git.savannah.gnu.org/git/guix/guix-artwork.git") + (url "https://codeberg.org/guix/artwork.git") (commit commit))) (file-name (string-append "guix-artwork-" (string-take commit 7) "-checkout"))