taskwarrior: clean up news entry

This commit is contained in:
Robert Helgesson 2021-11-25 08:32:19 +01:00
parent 18461b5dda
commit c27c8f49c0
Failed to generate hash of commit

View file

@ -2244,10 +2244,12 @@ in
{ {
time = "2021-11-23T20:26:37+00:00"; time = "2021-11-23T20:26:37+00:00";
condition = config.programs.taskwarrior.enable;
message = '' message = ''
Taskwarrior version 2.6.0 respects XDG Specification for the config file now. Taskwarrior version 2.6.0 respects XDG Specification for the config
Option 'opt-programs.taskwarrior.config' and friends now generate the config file at file now. Option 'programs.taskwarrior.config' and friends now
'$XDG_CONFIG_HOME/task/taskrc' instead of '~/.taskrc'. generate the config file at '$XDG_CONFIG_HOME/task/taskrc' instead of
'~/.taskrc'.
''; '';
} }
]; ];