diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2024-10-10 17:00:07 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2024-10-10 17:00:07 +0200 |
| commit | fd1b2dacd8d37c9d1939f9dc5a5b74256171ccbd (patch) | |
| tree | 88f6a95709a410990462443faacafbfa5113f3ce /NEWS | |
| parent | 21287ed8d49715994f6b1543966eca74407e112a (diff) | |
Add ‘NEWS’ file.
* NEWS: New file.
* .guix-channel: Use it.
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 28 |
1 files changed, 28 insertions, 0 deletions
| @@ -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 | ||
| 14 | on Codeberg was more in line with our values---Codeberg itself is free | ||
| 15 | software, run by a non-profit, and does not use the repositories it hosts as | ||
| 16 | training data for its large language models. | ||
| 17 | |||
| 18 | As a user, please update your @file{channels.scm} files to refer to the new | ||
| 19 | URL. As a channel author, please update the dependencies in the | ||
| 20 | @file{.guix-channel} file of your channel. | ||
| 21 | |||
| 22 | The repository at @uref{https://github.com/guix-science/guix-science} remains | ||
| 23 | available as an archive. This means that references to previous commits at | ||
| 24 | this URL will still work. | ||
| 25 | |||
| 26 | Codeberg offers a workflow based on pull requests and an interface similar to | ||
| 27 | that of GitHub. Please email @email{guix-science@@gnu.org} for comments and | ||
| 28 | questions.")))) | ||
