From 4ac93389e255bcced9b6f93278fd9039da281d72 Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Sat, 28 Jun 2025 22:10:33 +0200 Subject: [PATCH] fix junk passed through pinentry --- snamellit/common.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/snamellit/common.scm b/snamellit/common.scm index ee8bde4..9210ffc 100644 --- a/snamellit/common.scm +++ b/snamellit/common.scm @@ -1,5 +1,4 @@ -waa17 -Sb1111128n17(define-module (snamellit common) +(define-module (snamellit common) #:use-module (gnu home) #:use-module (gnu packages) #:use-module (gnu services)