9 lines
201 B
Scheme
9 lines
201 B
Scheme
;;; SPDX-License-Identifier: GPL-3.0-or-later
|
|
;; -*- mode: scheme; -*-
|
|
|
|
(channel
|
|
(version 0)
|
|
(directory "guix")
|
|
(news-file "news.txt")
|
|
(url "https://gitlab.com/nonguix/nonguix")) ; the primary URL
|