mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46: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;
|
cfg = config.programs.television;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
meta.maintainers = [ lib.maintainers.awwpotato ];
|
meta.maintainers = with lib.maintainers; [
|
||||||
|
awwpotato
|
||||||
|
PopeRigby
|
||||||
|
];
|
||||||
|
|
||||||
options.programs.television = {
|
options.programs.television = {
|
||||||
enable = lib.mkEnableOption "television";
|
enable = lib.mkEnableOption "television";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue