about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.guix-channel3
-rw-r--r--NEWS29
2 files changed, 31 insertions, 1 deletions
diff --git a/.guix-channel b/.guix-channel
index 8cec433..e12672e 100644
--- a/.guix-channel
+++ b/.guix-channel
@@ -1,3 +1,4 @@
 (channel
  (version 0)
- (directory "guix"))
+ (directory "guix")
+ (news-file "NEWS"))
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..eabe100
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,29 @@
+-*- lisp-data -*-
+;;; guix-forge --- Guix software forge meta-service
+;;; Copyright © 2025 Arun Isaac <arunisaac@systemreboot.net>
+;;;
+;;; This file is part of guix-forge.
+;;;
+;;; guix-forge is free software: you can redistribute it and/or modify
+;;; it under the terms of the GNU General Public License as published
+;;; by the Free Software Foundation, either version 3 of the License,
+;;; or (at your option) any later version.
+;;;
+;;; guix-forge is distributed in the hope that it will be useful, but
+;;; WITHOUT ANY WARRANTY; without even the implied warranty of
+;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+;;; General Public License for more details.
+;;;
+;;; You should have received a copy of the GNU General Public License
+;;; along with guix-forge.  If not, see
+;;; <https://www.gnu.org/licenses/>.
+
+(channel-news
+ (version 0)
+ (entry (commit "3c8dc85a584c98bc90088ec1c85933d4d10e7383")
+        (title (en "We now have news!")
+               (ta "அறிமுகம் செய்திகள்!"))
+        (body (en "We now have news in this channel. Hopefully, there will be something
+to say in the future!")
+              (ta "இவ்வலைவரிசையில் இப்போது செய்திகள் உள்ளன. வருங்காலத்தில் சொல்வதற்கு ஏதாவது
+இருக்கமென நம்புகிறோம்!"))))