mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
televison: add PopeRigby as maintainer
This commit is contained in:
parent
98aed449ba
commit
e6e2f43a62
1 changed files with 4 additions and 1 deletions
|
|
@ -9,7 +9,10 @@ let
|
|||
cfg = config.programs.television;
|
||||
in
|
||||
{
|
||||
meta.maintainers = [ lib.maintainers.awwpotato ];
|
||||
meta.maintainers = with lib.maintainers; [
|
||||
awwpotato
|
||||
PopeRigby
|
||||
];
|
||||
|
||||
options.programs.television = {
|
||||
enable = lib.mkEnableOption "television";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue