mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
maintainers: add enlightenment team
This commit is contained in:
parent
31903471bd
commit
c88448684a
1 changed files with 12 additions and 0 deletions
|
@ -198,6 +198,18 @@ with lib.maintainers; {
|
||||||
enableFeatureFreezePing = true;
|
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
|
# Dummy group for the "everyone else" section
|
||||||
feature-freeze-everyone-else = {
|
feature-freeze-everyone-else = {
|
||||||
members = [ ];
|
members = [ ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue