From 073ac41f265056ccbabb5916b1dc99e2a7f98d04 Mon Sep 17 00:00:00 2001 From: Sandro Jäckel Date: Tue, 21 Sep 2021 21:45:29 +0200 Subject: mate: move packages under maintainer team --- pkgs/desktops/mate/mate-tweak/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/desktops/mate/mate-tweak') diff --git a/pkgs/desktops/mate/mate-tweak/default.nix b/pkgs/desktops/mate/mate-tweak/default.nix index 830cf092f80..5aebd6aef43 100644 --- a/pkgs/desktops/mate/mate-tweak/default.nix +++ b/pkgs/desktops/mate/mate-tweak/default.nix @@ -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 ]); }; } -- cgit 1.4.1