1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

services: getmail: Correct deprecated package.

* gnu/services/getmail.scm (getmail-configuration)[package]: Replace
getmail by getmail6.

Change-Id: I53389da5afca7684275e6d7e6dae3d71d115c71d
This commit is contained in:
Andreas Enge
2025-10-25 12:23:23 +02:00
parent 079b617193
commit ff82763d11

View File

@@ -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")