newsboat: add sumnerevans as maintainer

This commit is contained in:
Sumner Evans 2021-04-09 14:07:36 -06:00 committed by Robert Helgesson
parent f7159a0f76
commit 073710d7f2
Failed to generate hash of commit
2 changed files with 5 additions and 0 deletions

3
.github/CODEOWNERS vendored
View file

@ -104,6 +104,9 @@
/modules/programs/ne.nix @cwyc /modules/programs/ne.nix @cwyc
/tests/modules/programs/ne @cwyc /tests/modules/programs/ne @cwyc
/modules/programs/newsboat.nix @sumnerevans
/tests/modules/programs/newsboat @sumnerevans
/modules/programs/noti.nix @marsam /modules/programs/noti.nix @marsam
/modules/programs/nushell.nix @Philipp-M /modules/programs/nushell.nix @Philipp-M

View file

@ -33,6 +33,8 @@ let
''; '';
in { in {
meta.maintainers = [ maintainers.sumnerevans ];
options = { options = {
programs.newsboat = { programs.newsboat = {
enable = mkEnableOption "the Newsboat feed reader"; enable = mkEnableOption "the Newsboat feed reader";