diff options
author | Arun Isaac | 2025-09-15 14:04:53 +0100 |
---|---|---|
committer | Arun Isaac | 2025-09-15 14:06:08 +0100 |
commit | fc912e5897a9ded9150a35f8f5035e86eb706475 (patch) | |
tree | 221581d66b381840e1a13dc331e36dac3a6d1f4c | |
parent | 3c8dc85a584c98bc90088ec1c85933d4d10e7383 (diff) | |
download | guix-forge-fc912e5897a9ded9150a35f8f5035e86eb706475.tar.gz guix-forge-fc912e5897a9ded9150a35f8f5035e86eb706475.tar.lz guix-forge-fc912e5897a9ded9150a35f8f5035e86eb706475.zip |
Add NEWS.
-rw-r--r-- | .guix-channel | 3 | ||||
-rw-r--r-- | NEWS | 29 |
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 "இவ்வலைவரிசையில் இப்போது செய்திகள் உள்ளன. வருங்காலத்தில் சொல்வதற்கு ஏதாவது +இருக்கமென நம்புகிறோம்!")))) |