From 5cf74520915e50c92b4b327bfacbd25a5b0d1369 Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Sat, 17 Jun 2023 20:56:42 +0800 Subject: [PATCH] Add NEWS. * .guix-channel: Add news-file field. * NEWS: New file. --- .guix-channel | 3 ++- NEWS | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 NEWS diff --git a/.guix-channel b/.guix-channel index dae6310..0dea2a8 100644 --- a/.guix-channel +++ b/.guix-channel @@ -2,4 +2,5 @@ (channel (version 0) (keyring-reference "keyring") - (url "https://codeberg.org/hako/rosenthal.git")) + (url "https://codeberg.org/hako/rosenthal.git") + (news-file "NEWS")) diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..737e08d --- /dev/null +++ b/NEWS @@ -0,0 +1,17 @@ +;; -*- mode: scheme -*- +;; SPDX-FileCopyrightText: 2023 Hilton Chain +;; +;; SPDX-License-Identifier: GPL-3.0-or-later + +(channel-news + (version 0) + + (entry ;2023-06-17 + (commit "c3ed521085962524d78f4c7007e7d77535ae085e") + (title (en "Channel moved to Codeberg") + (zh "頻道已移至 Codeberg")) + (body (en "Rosenthal has been moved to Codeberg and the GitHub repository +will remain as a mirror. Changing the URL in your @file{channels.scm} to +@url{https://codeberg.org/hako/rosenthal.git} is recommended.") + (zh "Rosenthal 頻道已移至 Codeberg,先前的 GitHub 倉庫將用作鏡像。建議修改 +@file{channels.scm} 內 URL 爲 @url{https://codeberg.org/hako/rosenthal.git}。"))))