diff options
Diffstat (limited to 'px/system/config.scm')
-rw-r--r-- | px/system/config.scm | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/px/system/config.scm b/px/system/config.scm index 3c20ca9..415159e 100644 --- a/px/system/config.scm +++ b/px/system/config.scm @@ -1,9 +1,6 @@ -;;; PantherX System Configuration Module -;;; This module supports configuration modules for PantherX OS definitions -;;; -;;; Reza Alizadeh Majd <r.majd@pantherx.org> -;;; Franz Geffke <franz@pantherx.org> -;;; +;;; Package Repository for GNU Guix +;;; Copyright © 2021-2023 Reza Alizadeh Majd <r.majd@pantherx.org> +;;; Copyright © 2021-2025 Franz Geffke <m@f-a.nz> (define-module (px system config) #:use-module (gnu bootloader) |