mate: move packages under maintainer team

main
Sandro Jäckel 3 years ago
parent 91fd0cd361
commit 073ac41f26
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 8
      maintainers/team-list.nix
  2. 2
      pkgs/desktops/mate/atril/default.nix
  3. 2
      pkgs/desktops/mate/caja-dropbox/default.nix
  4. 2
      pkgs/desktops/mate/caja-extensions/default.nix
  5. 2
      pkgs/desktops/mate/caja/default.nix
  6. 2
      pkgs/desktops/mate/engrampa/default.nix
  7. 8
      pkgs/desktops/mate/eom/default.nix
  8. 2
      pkgs/desktops/mate/libmatekbd/default.nix
  9. 2
      pkgs/desktops/mate/libmatemixer/default.nix
  10. 2
      pkgs/desktops/mate/libmateweather/default.nix
  11. 2
      pkgs/desktops/mate/marco/default.nix
  12. 2
      pkgs/desktops/mate/mate-applets/default.nix
  13. 2
      pkgs/desktops/mate/mate-backgrounds/default.nix
  14. 2
      pkgs/desktops/mate/mate-calc/default.nix
  15. 8
      pkgs/desktops/mate/mate-common/default.nix
  16. 2
      pkgs/desktops/mate/mate-control-center/default.nix
  17. 2
      pkgs/desktops/mate/mate-desktop/default.nix
  18. 2
      pkgs/desktops/mate/mate-icon-theme-faenza/default.nix
  19. 8
      pkgs/desktops/mate/mate-icon-theme/default.nix
  20. 2
      pkgs/desktops/mate/mate-indicator-applet/default.nix
  21. 2
      pkgs/desktops/mate/mate-media/default.nix
  22. 2
      pkgs/desktops/mate/mate-menus/default.nix
  23. 2
      pkgs/desktops/mate/mate-netbook/default.nix
  24. 2
      pkgs/desktops/mate/mate-notification-daemon/default.nix
  25. 2
      pkgs/desktops/mate/mate-panel/default.nix
  26. 2
      pkgs/desktops/mate/mate-polkit/default.nix
  27. 2
      pkgs/desktops/mate/mate-power-manager/default.nix
  28. 2
      pkgs/desktops/mate/mate-screensaver/default.nix
  29. 2
      pkgs/desktops/mate/mate-sensors-applet/default.nix
  30. 2
      pkgs/desktops/mate/mate-session-manager/default.nix
  31. 2
      pkgs/desktops/mate/mate-settings-daemon/default.nix
  32. 2
      pkgs/desktops/mate/mate-system-monitor/default.nix
  33. 2
      pkgs/desktops/mate/mate-terminal/default.nix
  34. 2
      pkgs/desktops/mate/mate-themes/default.nix
  35. 2
      pkgs/desktops/mate/mate-tweak/default.nix
  36. 2
      pkgs/desktops/mate/mate-user-guide/default.nix
  37. 2
      pkgs/desktops/mate/mate-user-share/default.nix
  38. 2
      pkgs/desktops/mate/mate-utils/default.nix
  39. 2
      pkgs/desktops/mate/mozo/default.nix
  40. 2
      pkgs/desktops/mate/pluma/default.nix
  41. 2
      pkgs/desktops/mate/python-caja/default.nix

@ -164,6 +164,14 @@ with lib.maintainers; {
scope = "Maintain Kodi and related packages.";
};
mate = {
members = [
j03
romildo
];
scope = "Maintain Mate desktop environment and related packages.";
};
matrix = {
members = [
ma27

@ -75,6 +75,6 @@ stdenv.mkDerivation rec {
homepage = "https://mate-desktop.org";
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = [ maintainers.romildo ];
maintainers = teams.mate.members;
};
}

@ -50,6 +50,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/mate-desktop/caja-dropbox";
license = with licenses; [ gpl3Plus cc-by-nd-30 ];
platforms = platforms.unix;
maintainers = [ maintainers.romildo ];
maintainers = teams.mate.members;
};
}

@ -40,6 +40,6 @@ stdenv.mkDerivation rec {
homepage = "https://mate-desktop.org";
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = [ maintainers.romildo ];
maintainers = teams.mate.members;
};
}

@ -36,6 +36,6 @@ stdenv.mkDerivation rec {
homepage = "https://mate-desktop.org";
license = with licenses; [ gpl2Plus lgpl2Plus ];
platforms = platforms.unix;
maintainers = [ maintainers.romildo ];
maintainers = teams.mate.members;
};
}

@ -39,6 +39,6 @@ stdenv.mkDerivation rec {
homepage = "https://mate-desktop.org";
license = with licenses; [ gpl2Plus lgpl2Plus fdl11Plus ];
platforms = platforms.unix;
maintainers = [ maintainers.romildo ];
maintainers = teams.mate.members;
};
}

@ -34,11 +34,11 @@ stdenv.mkDerivation rec {
passthru.updateScript = mateUpdateScript { inherit pname version; };
meta = {
meta = with lib; {
description = "An image viewing and cataloging program for the MATE desktop";
homepage = "https://mate-desktop.org";
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.unix;
maintainers = [ lib.maintainers.romildo ];
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = teams.mate.members;
};
}

@ -22,6 +22,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/mate-desktop/libmatekbd";
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = [ maintainers.romildo ];
maintainers = teams.mate.members;
};
}

@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/mate-desktop/libmatemixer";
license = licenses.lgpl2Plus;
platforms = platforms.linux;
maintainers = [ maintainers.romildo ];
maintainers = teams.mate.members;
};
}

@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/mate-desktop/libmateweather";
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = [ maintainers.romildo ];
maintainers = teams.mate.members;
};
}

@ -40,6 +40,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/mate-desktop/marco";
license = [ licenses.gpl2Plus ];
platforms = platforms.unix;
maintainers = [ maintainers.romildo ];
maintainers = teams.mate.members;
};
}

@ -49,6 +49,6 @@ stdenv.mkDerivation rec {
homepage = "https://mate-desktop.org";
license = with licenses; [ gpl2Plus lgpl2Plus ];
platforms = platforms.linux;
maintainers = [ maintainers.romildo ];
maintainers = teams.mate.members;
};
}

@ -22,6 +22,6 @@ stdenv.mkDerivation rec {
homepage = "https://mate-desktop.org";
license = with licenses; [ gpl2Plus cc-by-sa-40 ];
platforms = platforms.unix;
maintainers = [ maintainers.romildo ];
maintainers = teams.mate.members;
};
}

@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
homepage = "https://mate-desktop.org";
license = [ licenses.gpl2Plus ];
platforms = platforms.linux;
maintainers = [ maintainers.romildo ];
maintainers = teams.mate.members;
};
}

@ -13,11 +13,11 @@ stdenv.mkDerivation rec {
passthru.updateScript = mateUpdateScript { inherit pname version; };
meta = {
meta = with lib; {
description = "Common files for development of MATE packages";
homepage = "https://mate-desktop.org";
license = lib.licenses.gpl3Plus;
platforms = lib.platforms.unix;
maintainers = [ lib.maintainers.romildo ];
license = licenses.gpl3Plus;
platforms = platforms.unix;
maintainers = teams.mate.members;
};
}

@ -57,6 +57,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/mate-desktop/mate-control-center";
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = [ maintainers.romildo ];
maintainers = teams.mate.members;
};
}

@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
homepage = "https://mate-desktop.org";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = [ maintainers.romildo ];
maintainers = teams.mate.members;
};
}

@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
homepage = "https://mate-desktop.org";
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = [ maintainers.romildo ];
maintainers = teams.mate.members;
};
}

@ -29,11 +29,11 @@ stdenv.mkDerivation rec {
passthru.updateScript = mateUpdateScript { inherit pname version; };
meta = {
meta = with lib; {
description = "Icon themes from MATE";
homepage = "https://mate-desktop.org";
license = lib.licenses.lgpl3Plus;
platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.romildo ];
license = licenses.lgpl3Plus;
platforms = platforms.linux;
maintainers = teams.mate.members;
};
}

@ -42,6 +42,6 @@ stdenv.mkDerivation rec {
'';
license = with licenses; [ gpl3Plus lgpl2Plus ];
platforms = platforms.unix;
maintainers = [ maintainers.romildo ];
maintainers = teams.mate.members;
};
}

@ -34,6 +34,6 @@ stdenv.mkDerivation rec {
homepage = "https://mate-desktop.org";
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = [ maintainers.romildo maintainers.chpatrick ];
maintainers = teams.mate.members ++ (with maintainers; [ chpatrick ]);
};
}

@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/mate-desktop/mate-menus";
license = with licenses; [ gpl2Plus lgpl2Plus ];
platforms = platforms.unix;
maintainers = [ maintainers.romildo ];
maintainers = teams.mate.members;
};
}

@ -39,6 +39,6 @@ stdenv.mkDerivation rec {
homepage = "https://mate-desktop.org";
license = with licenses; [ gpl3Only lgpl2Plus ];
platforms = platforms.unix;
maintainers = [ maintainers.romildo ];
maintainers = teams.mate.members;
};
}

@ -37,6 +37,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/mate-desktop/mate-notification-daemon";
license = with licenses; [ gpl2Plus gpl3Plus ];
platforms = platforms.unix;
maintainers = [ maintainers.romildo ];
maintainers = teams.mate.members;
};
}

@ -46,6 +46,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/mate-desktop/mate-panel";
license = with licenses; [ gpl2Plus lgpl2Plus fdl11Plus ];
platforms = platforms.unix;
maintainers = [ maintainers.romildo ];
maintainers = teams.mate.members;
};
}

@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
homepage = "https://mate-desktop.org";
license = [ licenses.gpl2Plus ];
platforms = platforms.unix;
maintainers = [ maintainers.romildo ];
maintainers = teams.mate.members;
};
}

@ -41,6 +41,6 @@ stdenv.mkDerivation rec {
homepage = "https://mate-desktop.org";
license = with licenses; [ gpl2Plus fdl11Plus ];
platforms = platforms.unix;
maintainers = with maintainers; [ romildo chpatrick ];
maintainers = teams.mate.members ++ (with maintainers; [ chpatrick ]);
};
}

@ -41,6 +41,6 @@ stdenv.mkDerivation rec {
homepage = "https://mate-desktop.org";
license = with licenses; [ gpl2Plus lgpl2Plus ];
platforms = platforms.unix;
maintainers = [ maintainers.romildo ];
maintainers = teams.mate.members;
};
}

@ -38,6 +38,6 @@ stdenv.mkDerivation rec {
description = "MATE panel applet for hardware sensors";
license = with licenses; [ gpl2Plus ];
platforms = platforms.linux;
maintainers = [ maintainers.romildo ];
maintainers = teams.mate.members;
};
}

@ -55,6 +55,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/mate-desktop/mate-session-manager";
license = with licenses; [ gpl2Plus lgpl2Plus ];
platforms = platforms.unix;
maintainers = [ maintainers.romildo ];
maintainers = teams.mate.members;
};
}

@ -45,6 +45,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/mate-desktop/mate-settings-daemon";
license = with licenses; [ gpl2Plus gpl3Plus lgpl2Plus mit ];
platforms = platforms.unix;
maintainers = [ maintainers.romildo ];
maintainers = teams.mate.members;
};
}

@ -37,6 +37,6 @@ stdenv.mkDerivation rec {
homepage = "https://mate-desktop.org";
license = [ licenses.gpl2Plus ];
platforms = platforms.unix;
maintainers = [ maintainers.romildo ];
maintainers = teams.mate.members;
};
}

@ -33,6 +33,6 @@ stdenv.mkDerivation rec {
homepage = "https://mate-desktop.org";
license = licenses.gpl3Plus;
platforms = platforms.unix;
maintainers = [ maintainers.romildo ];
maintainers = teams.mate.members;
};
}

@ -34,6 +34,6 @@ stdenv.mkDerivation rec {
homepage = "https://mate-desktop.org";
license = with licenses; [ lgpl21Plus lgpl3Only gpl3Plus ];
platforms = platforms.unix;
maintainers = [ maintainers.romildo ];
maintainers = teams.mate.members;
};
}

@ -86,6 +86,6 @@ python3Packages.buildPythonApplication rec {
changelog = "https://github.com/ubuntu-mate/mate-tweak/releases/tag/${version}";
license = [ licenses.gpl2Plus ];
platforms = platforms.linux;
maintainers = with maintainers; [ luc65r ];
maintainers = teams.mate.members ++ (with maintainers; [ luc65r ]);
};
}

@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
homepage = "https://mate-desktop.org";
license = with licenses; [ gpl2Plus fdl12 ];
platforms = platforms.unix;
maintainers = [ maintainers.romildo ];
maintainers = teams.mate.members;
};
}

@ -52,6 +52,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/mate-desktop/mate-user-share";
license = with licenses; [ gpl2Plus ];
platforms = platforms.unix;
maintainers = [ maintainers.romildo ];
maintainers = teams.mate.members;
};
}

@ -39,6 +39,6 @@ stdenv.mkDerivation rec {
homepage = "https://mate-desktop.org";
license = with licenses; [ gpl2Plus lgpl2Plus ];
platforms = platforms.unix;
maintainers = [ maintainers.romildo ];
maintainers = teams.mate.members;
};
}

@ -27,6 +27,6 @@ python3.pkgs.buildPythonApplication rec {
homepage = "https://github.com/mate-desktop/mozo";
license = with licenses; [ lgpl2Plus ];
platforms = platforms.unix;
maintainers = [ maintainers.romildo ];
maintainers = teams.mate.members;
};
}

@ -38,6 +38,6 @@ stdenv.mkDerivation rec {
homepage = "https://mate-desktop.org";
license = with licenses; [ gpl2Plus lgpl2Plus fdl11Plus ];
platforms = platforms.unix;
maintainers = [ maintainers.romildo ];
maintainers = teams.mate.members;
};
}

@ -33,6 +33,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/mate-desktop/python-caja";
license = [ licenses.gpl2Plus ];
platforms = platforms.unix;
maintainers = [ maintainers.romildo ];
maintainers = teams.mate.members;
};
}

Loading…
Cancel
Save