aboutsummaryrefslogtreecommitdiff
path: root/src/xyz/euandreh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-02-18 20:13:18 -0300
committerEuAndreh <eu@euandre.org>2021-02-18 20:13:18 -0300
commit4f87984c2a596e2218ac40803ad3661a6d466b97 (patch)
tree75cffa316f70dd68eb32cd9797603479348b3541 /src/xyz/euandreh
parentMakefile: Fix typo report -> report.sh (diff)
downloadpackage-repository-4f87984c2a596e2218ac40803ad3661a6d466b97.tar.gz
package-repository-4f87984c2a596e2218ac40803ad3661a6d466b97.tar.xz
pending-patches.scm: Fix module name
Diffstat (limited to '')
-rw-r--r--src/xyz/euandreh/pending-patches.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xyz/euandreh/pending-patches.scm b/src/xyz/euandreh/pending-patches.scm
index db5b4b7..a5371e7 100644
--- a/src/xyz/euandreh/pending-patches.scm
+++ b/src/xyz/euandreh/pending-patches.scm
@@ -1,4 +1,4 @@
-(define-module (xyz euandreh packages pending-patches)
+(define-module (xyz euandreh pending-patches)
#:use-module ((guix licenses) #:prefix license:)
#:use-module (guix packages)
#:use-module (guix download)