diff options
| author | Hilton Chain <hako@ultrarare.space> | 2026-04-29 12:44:57 +0800 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-05-09 22:11:58 +0900 |
| commit | b2a13dcf54573ed5245f165fe473ad570f978a9c (patch) | |
| tree | 030b2a1500bee0dcc0b046a9936abdc25d57433e /gnu/system.scm | |
| parent | 2ca9efb15488d75c7b40628227caa25afc6c0363 (diff) | |
system: os-release: Update BUG_REPORT_URL.
* gnu/system.scm (os-release): Update BUG_REPORT_URL to Codeberg.
Merges: https://codeberg.org/guix/guix/pulls/8263
Reviewed-by: Ludovic Courtès <ludo@gnu.org>
Reviewed-by: Murilo <murilo@disroot.org>
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'gnu/system.scm')
| -rw-r--r-- | gnu/system.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system.scm b/gnu/system.scm index c161961be19..9025a879dbe 100644 --- a/gnu/system.scm +++ b/gnu/system.scm | |||
| @@ -1033,7 +1033,7 @@ LOGO=guix-icon | |||
| 1033 | HOME_URL=\"https://guix.gnu.org\" | 1033 | HOME_URL=\"https://guix.gnu.org\" |
| 1034 | DOCUMENTATION_URL=\"https://guix.gnu.org/en/manual\" | 1034 | DOCUMENTATION_URL=\"https://guix.gnu.org/en/manual\" |
| 1035 | SUPPORT_URL=\"https://guix.gnu.org/en/help\" | 1035 | SUPPORT_URL=\"https://guix.gnu.org/en/help\" |
| 1036 | BUG_REPORT_URL=\"https://lists.gnu.org/mailman/listinfo/bug-guix\" | 1036 | BUG_REPORT_URL=\"https://codeberg.org/guix/guix/issues\" |
| 1037 | ")) | 1037 | ")) |
| 1038 | 1038 | ||
| 1039 | (define* (operating-system-etc-service os) | 1039 | (define* (operating-system-etc-service os) |
