aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2019-12-26 10:16:16 +0000
committerChristopher Baines <mail@cbaines.net>2019-12-26 10:16:16 +0000
commit9ffe884711b7aa5f44bfa718b51018d9d844ec50 (patch)
tree1984140759ce1f1ed6853c9db7a61e80fce9d5f1 /guix-data-service
parenta3ea38d54592d615c8423d693e88a1af6fa61df4 (diff)
downloaddata-service-9ffe884711b7aa5f44bfa718b51018d9d844ec50.tar
data-service-9ffe884711b7aa5f44bfa718b51018d9d844ec50.tar.gz
Remove a rogue 1 from the (guix-data-service model nar) module
Diffstat (limited to 'guix-data-service')
-rw-r--r--guix-data-service/model/nar.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-data-service/model/nar.scm b/guix-data-service/model/nar.scm
index 9ef2d8f..652d3a8 100644
--- a/guix-data-service/model/nar.scm
+++ b/guix-data-service/model/nar.scm
@@ -1,4 +1,4 @@
-1(define-module (guix-data-service model nar)
+(define-module (guix-data-service model nar)
#:use-module (srfi srfi-1)
#:use-module (ice-9 match)
#:use-module (web uri)