From 64abd7d6722596fc61ec1e12446e7ad4a81cae9a Mon Sep 17 00:00:00 2001 From: Tomas Volf <~@wolfsden.cz> Date: Fri, 27 Mar 2026 20:23:13 +0100 Subject: .guix-channel: Fix the major mode. The mode line has to be on the first line of the file, otherwise it is not used. At the same time, this file does not contain anything that would be copyright-able, so drop the SPDX-License-Identifier, it just clutters the file. And finally, re-indent the file, since the scheme-mode now works and respects the indentation rules set by GNU Guix. * .guix-channel: Fix mode line. Drop license header. (channel): Re-indent. Signed-off-by: Hilton Chain --- .guix-channel | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.guix-channel b/.guix-channel index cfa33b0..fe275c1 100644 --- a/.guix-channel +++ b/.guix-channel @@ -1,7 +1,6 @@ -;;; SPDX-License-Identifier: GPL-3.0-or-later -;; -*- mode: scheme; -*- +;; This file is best viewed as -*- Scheme -*-. (channel - (version 0) - (news-file "news.txt") - (url "https://gitlab.com/nonguix/nonguix")) ; the primary URL + (version 0) + (news-file "news.txt") + (url "https://gitlab.com/nonguix/nonguix")) ; the primary URL -- cgit v1.3