This repository has been archived on 2024-08-07. You can view files and clone it, but cannot push or open issues/pull-requests.
|
# -*- mode: snippet -*-
|
|
# name: guix-news-entry
|
|
# key: entry...
|
|
# --
|
|
(entry (commit "$1")
|
|
(title
|
|
(en "$2"))
|
|
(body
|
|
(en "$3")))
|