diff options
Diffstat (limited to 'px/hardware/raspberrypi.scm')
-rw-r--r-- | px/hardware/raspberrypi.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/px/hardware/raspberrypi.scm b/px/hardware/raspberrypi.scm index cde37fd..1188325 100644 --- a/px/hardware/raspberrypi.scm +++ b/px/hardware/raspberrypi.scm @@ -1,3 +1,7 @@ +;;; 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 hardware raspberrypi) #:use-module (gnu packages admin) #:use-module (gnu packages linux) |