1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-23 15:08:31 +02:00

himalaya: update a link to ticket

This commit is contained in:
Masanori Ogino 2023-08-02 11:11:08 +09:00 committed by Robert Helgesson
parent 8c731978f0
commit a146ab6a61
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -36,7 +36,7 @@ let
signatureConfig =
lib.optionalAttrs (account.signature.showSignature == "append") {
# TODO: signature cannot be attached yet
# https://todo.sr.ht/~soywod/himalaya/27
# https://todo.sr.ht/~soywod/pimalaya/27
signature = account.signature.text;
signature-delim = account.signature.delimiter;
};