packages: admin: Remove unecessary export in define-module
parent
4fd32be658
commit
6c9f54a16c
|
@ -4,8 +4,7 @@
|
||||||
#:use-module (guix git-download)
|
#:use-module (guix git-download)
|
||||||
#:use-module (guix build-system copy)
|
#:use-module (guix build-system copy)
|
||||||
#:use-module ((guix licenses)
|
#:use-module ((guix licenses)
|
||||||
#:prefix license:)
|
#:prefix license:))
|
||||||
#:export (zzz))
|
|
||||||
|
|
||||||
(define-public zzz
|
(define-public zzz
|
||||||
(let ((commit "329b891426efc093ad8c65e96364427c2fb25b54")
|
(let ((commit "329b891426efc093ad8c65e96364427c2fb25b54")
|
||||||
|
@ -31,4 +30,3 @@
|
||||||
(description "Simple script to suspend or hibernate your computer. It
|
(description "Simple script to suspend or hibernate your computer. It
|
||||||
suports hooks before and after suspending.")
|
suports hooks before and after suspending.")
|
||||||
(license license:cc0))))
|
(license license:cc0))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue