12 lines
316 B
Scheme
12 lines
316 B
Scheme
|
;; -*- mode: scheme; -*-
|
||
|
;; https://guix.gnu.org/manual/en/html_node/Writing-Channel-News.html
|
||
|
|
||
|
(channel-news
|
||
|
(version 0)
|
||
|
(entry (commit "")
|
||
|
(title (en "New configuration format")
|
||
|
(fr "Nouveau format de configuration"))
|
||
|
(body (en "The configuration")
|
||
|
(fr "Le fichier de configuration"))))
|
||
|
|