enlightenment: add maintainers team

main
José Romildo 2 years ago
parent c88448684a
commit 8773488cc8
  1. 4
      nixos/modules/services/x11/desktop-managers/enlightenment.nix
  2. 8
      pkgs/desktops/enlightenment/econnman/default.nix
  3. 2
      pkgs/desktops/enlightenment/ecrire/default.nix
  4. 2
      pkgs/desktops/enlightenment/efl/default.nix
  5. 2
      pkgs/desktops/enlightenment/enlightenment/default.nix
  6. 2
      pkgs/desktops/enlightenment/ephoto/default.nix
  7. 2
      pkgs/desktops/enlightenment/evisum/default.nix
  8. 2
      pkgs/desktops/enlightenment/rage/default.nix
  9. 2
      pkgs/desktops/enlightenment/terminology/default.nix
  10. 2
      pkgs/development/python-modules/python-efl/default.nix

@ -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