mirror of
https://github.com/nix-community/home-manager
synced 2024-11-13 06:39:44 +01:00
todoman: added maintainer
Adds Mikilio as maintainer.
This commit is contained in:
parent
e492daeae3
commit
0055eeafb6
2 changed files with 15 additions and 5 deletions
|
@ -329,6 +329,12 @@
|
|||
github = "mainrs";
|
||||
githubId = 5113257;
|
||||
};
|
||||
mikilio = {
|
||||
name = "mikilio";
|
||||
email = "official.mikilio+dev@gmail.com";
|
||||
github = "mikilio";
|
||||
githubId = 86004375;
|
||||
};
|
||||
kmaasrud = {
|
||||
name = "Knut Magnus Aasrud";
|
||||
email = "km@aasrud.com";
|
||||
|
|
|
@ -7,8 +7,12 @@ let
|
|||
cfg = config.programs.todoman;
|
||||
|
||||
in {
|
||||
|
||||
meta.maintainers = [ maintainers.mikilio ];
|
||||
|
||||
options.todoman = {
|
||||
enable = lib.mkEnableOption "Enable todoman a standards-based task manager based on iCalendar";
|
||||
enable = lib.mkEnableOption
|
||||
"Enable todoman a standards-based task manager based on iCalendar";
|
||||
|
||||
glob = mkOption {
|
||||
type = types.str;
|
||||
|
|
Loading…
Reference in a new issue