From 9e266ca2a766acb886e0a9da8f34dd3f74455d92 Mon Sep 17 00:00:00 2001 From: toastal Date: Sun, 16 Oct 2022 15:19:53 +0700 Subject: [PATCH] maintainers: add toastal I wish there there were a contribution option outside of the proprietary closed-source, Microsoft GitHub platform :( --- .github/CODEOWNERS | 4 ++-- modules/lib/maintainers.nix | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 8458e42b..dbeca9f1 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -136,8 +136,8 @@ Makefile @thiagokokada /modules/programs/hexchat.nix @thiagokokada /tests/modules/programs/hexchat @thiagokokada -/modules/programs/himalaya.nix @ambroisie -/tests/modules/programs/himalaya @ambroisie +/modules/programs/himalaya.nix @toastal +/tests/modules/programs/himalaya @toastal /modules/programs/home-manager.nix @rycee diff --git a/modules/lib/maintainers.nix b/modules/lib/maintainers.nix index 896e47f6..5b557644 100644 --- a/modules/lib/maintainers.nix +++ b/modules/lib/maintainers.nix @@ -345,4 +345,13 @@ github = "lukasngl"; githubId = 69244516; }; + toastal = { + email = "toastal+nix@posteo.net"; + matrix = "@toastal:matrix.org"; + github = "toastal"; + githubId = 561087; + name = "toastal"; + keys = + [{ fingerprint = "7944 74B7 D236 DAB9 C9EF E7F9 5CCE 6F14 66D4 7C9E"; }]; + }; }