summaryrefslogtreecommitdiffstats
path: root/maintainers/team-list.nix
diff options
context:
space:
mode:
authordavidak <davidak@users.noreply.github.com>2022-05-01 16:32:36 +0200
committerGitHub <noreply@github.com>2022-05-01 16:32:36 +0200
commitc60375c5db2fa70e6616683776539ec5cc8dbf6d (patch)
treeac75c69232ccf7179d6afb2043c6b5c09167105b /maintainers/team-list.nix
parent60a652400b9651d6f527dbc6b95c1eee66c3682d (diff)
parent8773488cc8bab422fff3f83289bc3b5358f1b7e2 (diff)
Merge pull request #168640 from romildo/upd.enlightenment-team
enlightenment: add maintainers team
Diffstat (limited to 'maintainers/team-list.nix')
-rw-r--r--maintainers/team-list.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix
index dd64114d8ab6..9b9b4bd6b2c9 100644
--- a/maintainers/team-list.nix
+++ b/maintainers/team-list.nix
@@ -198,6 +198,18 @@ with lib.maintainers; {
enableFeatureFreezePing = true;
};
+ enlightenment = {
+ members = [
+ romildo
+ ];
+ githubTeams = [
+ "enlightenment"
+ ];
+ scope = "Maintain Enlightenment desktop environment and related packages.";
+ shortName = "Enlightenment";
+ enableFeatureFreezePing = true;
+ };
+
# Dummy group for the "everyone else" section
feature-freeze-everyone-else = {
members = [ ];