This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new ff82763d11 services: getmail: Correct deprecated package.
ff82763d11 is described below
commit ff82763d11201a9af8877220588b059f4425cb23
Author: Andreas Enge <[email protected]>
AuthorDate: Sat Oct 25 12:23:23 2025 +0200
services: getmail: Correct deprecated package.
* gnu/services/getmail.scm (getmail-configuration)[package]: Replace
getmail by getmail6.
Change-Id: I53389da5afca7684275e6d7e6dae3d71d115c71d
---
gnu/services/getmail.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/services/getmail.scm b/gnu/services/getmail.scm
index 19faea782f..b44ca2ae3d 100644
--- a/gnu/services/getmail.scm
+++ b/gnu/services/getmail.scm
@@ -245,7 +245,7 @@ lines.")
(symbol "unset")
"A symbol to identify the getmail service.")
(package
- (file-like getmail)
+ (file-like getmail6)
"The getmail package to use.")
(user
(string "getmail")