diff options
author | makefu <github@syntax-fehler.de> | 2019-10-15 08:47:31 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2019-10-15 08:47:31 +0200 |
commit | d82b3b9b66d8493426bfff9936d34ff5d76734dd (patch) | |
tree | f738f2ab23df10969efb030d729780811c3aed27 /makefu/3modules/opentracker.nix | |
parent | fb121299ab56d9a36abafdab12b42b207d7bcb60 (diff) |
ma: fix warnings and errors for 19.09
Diffstat (limited to 'makefu/3modules/opentracker.nix')
-rw-r--r-- | makefu/3modules/opentracker.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/3modules/opentracker.nix b/makefu/3modules/opentracker.nix index 202231fa1..6c65b82b6 100644 --- a/makefu/3modules/opentracker.nix +++ b/makefu/3modules/opentracker.nix @@ -18,7 +18,7 @@ let }; args = mkOption { - type = types.string; + type = types.separatedString; description = '' see https://erdgeist.org/arts/software/opentracker/ for all params ''; |