Merge pull request #168640 from romildo/upd.enlightenment-team

enlightenment: add maintainers team
main
davidak 2 years ago committed by GitHub
commit c60375c5db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      maintainers/team-list.nix
  2. 4
      nixos/modules/services/x11/desktop-managers/enlightenment.nix
  3. 8
      pkgs/desktops/enlightenment/econnman/default.nix
  4. 2
      pkgs/desktops/enlightenment/ecrire/default.nix
  5. 2
      pkgs/desktops/enlightenment/efl/default.nix
  6. 2
      pkgs/desktops/enlightenment/enlightenment/default.nix
  7. 2
      pkgs/desktops/enlightenment/ephoto/default.nix
  8. 2
      pkgs/desktops/enlightenment/evisum/default.nix
  9. 2
      pkgs/desktops/enlightenment/rage/default.nix
  10. 2
      pkgs/desktops/enlightenment/terminology/default.nix
  11. 2
      pkgs/development/python-modules/python-efl/default.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 = [ ];

@ -16,6 +16,10 @@ let
in
{
meta = {
maintainers = teams.enlightenment.members;
};
imports = [
(mkRenamedOptionModule [ "services" "xserver" "desktopManager" "e19" "enable" ] [ "services" "xserver" "desktopManager" "enlightenment" "enable" ])
];

@ -19,11 +19,11 @@ stdenv.mkDerivation rec {
wrapPythonPrograms
'';
meta = {
meta = with lib; {
description = "A user interface for the connman network connection manager";
homepage = "https://enlightenment.org/";
license = lib.licenses.lgpl3;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ matejc tstrobel ftrvxmtrx romildo ];
license = licenses.lgpl3;
platforms = platforms.linux;
maintainers = with lib.maintainers; [ matejc tstrobel ftrvxmtrx ] ++ teams.enlightenment.members;
};
}

@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.enlightenment.org/";
license = licenses.gpl3Only;
platforms = platforms.linux;
maintainers = with maintainers; [ romildo ];
maintainers = teams.enlightenment.members;
};
}

@ -208,6 +208,6 @@ stdenv.mkDerivation rec {
homepage = "https://enlightenment.org/";
license = with licenses; [ bsd2 lgpl2Only licenses.zlib ];
platforms = platforms.linux;
maintainers = with maintainers; [ matejc tstrobel ftrvxmtrx romildo ];
maintainers = with maintainers; [ matejc tstrobel ftrvxmtrx ] ++ teams.enlightenment.members;
};
}

@ -75,6 +75,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.enlightenment.org";
license = licenses.bsd2;
platforms = platforms.linux;
maintainers = with maintainers; [ matejc tstrobel ftrvxmtrx romildo ];
maintainers = with maintainers; [ matejc tstrobel ftrvxmtrx ] ++ teams.enlightenment.members;
};
}

@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.smhouston.us/ephoto/";
license = licenses.bsd2;
platforms = platforms.linux;
maintainers = with maintainers; [ romildo ];
maintainers = teams.enlightenment.members;
};
}

@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.enlightenment.org";
license = with licenses; [ isc ];
platforms = platforms.linux;
maintainers = with maintainers; [ romildo ];
maintainers = teams.enlightenment.members;
};
}

@ -39,6 +39,6 @@ stdenv.mkDerivation rec {
homepage = "https://enlightenment.org/";
license = licenses.bsd2;
platforms = platforms.linux;
maintainers = with maintainers; [ matejc ftrvxmtrx romildo ];
maintainers = with maintainers; [ matejc ftrvxmtrx ] ++ teams.enlightenment.members;
};
}

@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.enlightenment.org/about-terminology";
license = licenses.bsd2;
platforms = platforms.linux;
maintainers = with maintainers; [ matejc tstrobel ftrvxmtrx romildo ];
maintainers = with maintainers; [ matejc tstrobel ftrvxmtrx ] ++ teams.enlightenment.members;
};
}

@ -44,6 +44,6 @@ buildPythonPackage rec {
homepage = "https://github.com/DaveMDS/python-efl";
platforms = platforms.linux;
license = with licenses; [ gpl3 lgpl3 ];
maintainers = with maintainers; [ matejc tstrobel ftrvxmtrx romildo ];
maintainers = with maintainers; [ matejc tstrobel ftrvxmtrx ] ++ teams.enlightenment.members;
};
}

Loading…
Cancel
Save