summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2024-10-10 17:00:07 +0200
committerLudovic Courtès <ludo@gnu.org>2024-10-10 17:00:07 +0200
commitfd1b2dacd8d37c9d1939f9dc5a5b74256171ccbd (patch)
tree88f6a95709a410990462443faacafbfa5113f3ce /NEWS
parent21287ed8d49715994f6b1543966eca74407e112a (diff)
Add ‘NEWS’ file.
* NEWS: New file. * .guix-channel: Use it.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS28
1 files changed, 28 insertions, 0 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..efaf1ca
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,28 @@
1;; -*- Scheme -*-
2;;
3;; This file contains Guix channel news.
4
5(channel-news
6 (version 0)
7
8 (entry (commit "21287ed8d49715994f6b1543966eca74407e112a")
9 (title
10 (en "Guix-Science has migrated to Codeberg.org"))
11 (body
12 (en "The Guix-Science channel has left GitHub for a new home,
13@url{https://codeberg.org/guix-science/guix-science}. We felt that hosting
14on Codeberg was more in line with our values---Codeberg itself is free
15software, run by a non-profit, and does not use the repositories it hosts as
16training data for its large language models.
17
18As a user, please update your @file{channels.scm} files to refer to the new
19URL. As a channel author, please update the dependencies in the
20@file{.guix-channel} file of your channel.
21
22The repository at @uref{https://github.com/guix-science/guix-science} remains
23available as an archive. This means that references to previous commits at
24this URL will still work.
25
26Codeberg offers a workflow based on pull requests and an interface similar to
27that of GitHub. Please email @email{guix-science@@gnu.org} for comments and
28questions."))))