gurk-rs: remove references to deprecated 'data_path' option

The 'data_path' key was deprecated upstream a while ago.
See commit d9b538d0 (https://github.com/boxdot/gurk-rs/commit/d9b538d0)
for details.
This commit is contained in:
fk29g
2025-09-26 23:40:42 +02:00
committed by Robert Helgesson
parent 1dbb3fd2f7
commit c75fd8e300

View File

@@ -22,11 +22,10 @@ in
Configuration written to {file}`$XDG_CONFIG_HOME/.config/gurk/gurk.toml`
or {file}`Library/Application Support/gurk/gurk.toml`. Options are
declared at <https://github.com/boxdot/gurk-rs/blob/main/src/config.rs>.
Note that `data_path` and `signal_db_path` should be set.
Note that `signal_db_path` should be set.
'';
example = lib.literalExpression ''
{
data_path = "/home/USERNAME/.local/share/gurk/gurk.data.json";
signal_db_path = "/home/USERNAME/.local/share/gurk/signal-db";
first_name_only = false;
show_receipts = true;