1
0
Fork 0
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:
Robert Helgesson 2024-03-13 18:11:23 +01:00 committed by Mikilio
parent 3575316521
commit 2ab545b8d8
No known key found for this signature in database
GPG key ID: 5B2F1A890CF33F3F

View file

@ -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";