mirror of
https://github.com/nix-community/home-manager
synced 2024-11-13 06:39:44 +01:00
joplin-desktop: fix maintainer field
This commit is contained in:
parent
3575316521
commit
2ab545b8d8
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ let
|
|||
configPath = "${config.xdg.configHome}/joplin-desktop/settings.json";
|
||||
|
||||
in {
|
||||
meta.maintainers = [ lib.maintainers.zorrobert ];
|
||||
meta.maintainers = [ lib.hm.maintainers.zorrobert ];
|
||||
|
||||
options.programs.joplin-desktop = {
|
||||
enable = lib.mkEnableOption "joplin-desktop";
|
||||
|
|
Loading…
Reference in a new issue