mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06: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:
parent
079b617193
commit
ff82763d11
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue