packages: admin: Remove unecessary export in define-module

pull/3/head
Luis Guilherme Coelho 2024-03-22 18:46:55 -03:00
parent 4fd32be658
commit 6c9f54a16c
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 1 additions and 3 deletions

View File

@ -4,8 +4,7 @@
#:use-module (guix git-download)
#:use-module (guix build-system copy)
#:use-module ((guix licenses)
#:prefix license:)
#:export (zzz))
#:prefix license:))
(define-public zzz
(let ((commit "329b891426efc093ad8c65e96364427c2fb25b54")
@ -31,4 +30,3 @@
(description "Simple script to suspend or hibernate your computer. It
suports hooks before and after suspending.")
(license license:cc0))))