diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2025-05-12 19:20:06 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-05-14 18:11:06 +0200 |
| commit | 211410cbc1c02a0b748bc8174cf6d7ae55fee6c3 (patch) | |
| tree | 4c9c38fc7e2633fbaeea80f978acede42bde9d8d | |
| parent | c5265b90b055ee15908298c5d463301f1aae2eb1 (diff) | |
artwork: Change URL to Codeberg.
* gnu/artwork.scm (%artwork-repository): Update URL.
Change-Id: Ifd20732c0b1862148d15d93c174a75928edbe783
| -rw-r--r-- | gnu/artwork.scm | 4 |
1 files 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 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2014, 2015, 2018, 2019 Ludovic Courtès <ludo@gnu.org> | 2 | ;;; Copyright © 2014-2015, 2018-2019, 2025 Ludovic Courtès <ludo@gnu.org> |
| 3 | ;;; Copyright © 2017 Leo Famulari <leo@famulari.name> | 3 | ;;; Copyright © 2017 Leo Famulari <leo@famulari.name> |
| 4 | ;;; | 4 | ;;; |
| 5 | ;;; This file is part of GNU Guix. | 5 | ;;; This file is part of GNU Guix. |
| @@ -33,7 +33,7 @@ | |||
| 33 | (origin | 33 | (origin |
| 34 | (method git-fetch) | 34 | (method git-fetch) |
| 35 | (uri (git-reference | 35 | (uri (git-reference |
| 36 | (url "https://git.savannah.gnu.org/git/guix/guix-artwork.git") | 36 | (url "https://codeberg.org/guix/artwork.git") |
| 37 | (commit commit))) | 37 | (commit commit))) |
| 38 | (file-name (string-append "guix-artwork-" (string-take commit 7) | 38 | (file-name (string-append "guix-artwork-" (string-take commit 7) |
| 39 | "-checkout")) | 39 | "-checkout")) |
