Currently, the default location of the config.json configuration file of patch-hub is at ~/.local/share/patch-hub/config.json. I propose to move it to ~/.config/patch-hub/config.json.
Motivation:
We should enforce the configuration specification as a XDG compliant project.
Added the good first issue tag, as I think this can be done by only changing this line. Of course, covering this new behavior in the tests at src/app/config/tests.rs is a must.
Description:
Currently, the default location of the
config.json
configuration file ofpatch-hub
is at~/.local/share/patch-hub/config.json
. I propose to move it to~/.config/patch-hub/config.json
.Motivation:
We should enforce the configuration specification as a XDG compliant project.