aboutsummaryrefslogtreecommitdiff
path: root/src/org/euandre/queue.scm
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/euandre/queue.scm')
-rw-r--r--src/org/euandre/queue.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/org/euandre/queue.scm b/src/org/euandre/queue.scm
index 6e35fcf..ec1cb77 100644
--- a/src/org/euandre/queue.scm
+++ b/src/org/euandre/queue.scm
@@ -1698,11 +1698,11 @@ connections correctly.")))
(define setenvfmt "Environment variable `~a' set to `~a'.~%")
-(define-public go-full
+(define-public gol
(let ((pkg go-1.23))
(package
(inherit pkg)
- (name "go-full")
+ (name "gol")
(arguments
(substitute-keyword-arguments (package-arguments pkg)
((#:tests? _) #f)
@@ -1997,4 +1997,4 @@ SetEnv GIT_CONFIG_GLOBAL=/etc/gitconfig")))
dovecotx
sqlitex
scryptkdf
- go-full)
+ gol)