artwork: Change URL to Codeberg.

* gnu/artwork.scm (%artwork-repository): Update URL.

Change-Id: Ifd20732c0b1862148d15d93c174a75928edbe783
This commit is contained in:
Ludovic Courtès 2025-05-12 19:20:06 +02:00
parent c5265b90b0
commit 211410cbc1
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014, 2015, 2018, 2019 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2014-2015, 2018-2019, 2025 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2017 Leo Famulari <leo@famulari.name> ;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
@ -33,7 +33,7 @@
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://git.savannah.gnu.org/git/guix/guix-artwork.git") (url "https://codeberg.org/guix/artwork.git")
(commit commit))) (commit commit)))
(file-name (string-append "guix-artwork-" (string-take commit 7) (file-name (string-append "guix-artwork-" (string-take commit 7)
"-checkout")) "-checkout"))