summary refs log tree commit diff
path: root/pkgs/desktops/cinnamon
diff options
context:
space:
mode:
authorMaciej Krüger <mkg20001@gmail.com>2021-11-23 02:27:04 +0100
committerMaciej Krüger <mkg20001@gmail.com>2021-11-27 09:11:00 +0100
commit3de6d756d165f39da9c754b964650dacd02b1dc8 (patch)
treeeb075d7f436b6864e6ea815b18d7e8f96b3a6fca /pkgs/desktops/cinnamon
parent5a5617a2be8dc48297ef54aae8e9062148d2ea52 (diff)
downloadnixpkgs-3de6d756d165f39da9c754b964650dacd02b1dc8.tar
nixpkgs-3de6d756d165f39da9c754b964650dacd02b1dc8.tar.gz
nixpkgs-3de6d756d165f39da9c754b964650dacd02b1dc8.tar.bz2
nixpkgs-3de6d756d165f39da9c754b964650dacd02b1dc8.tar.lz
nixpkgs-3de6d756d165f39da9c754b964650dacd02b1dc8.tar.xz
nixpkgs-3de6d756d165f39da9c754b964650dacd02b1dc8.tar.zst
nixpkgs-3de6d756d165f39da9c754b964650dacd02b1dc8.zip
cinnamon.bulky: make team cinnamon the maintainer
Diffstat (limited to 'pkgs/desktops/cinnamon')
-rw-r--r--pkgs/desktops/cinnamon/bulky/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/cinnamon/bulky/default.nix b/pkgs/desktops/cinnamon/bulky/default.nix
index 511cb6a1c09..1eab6865d42 100644
--- a/pkgs/desktops/cinnamon/bulky/default.nix
+++ b/pkgs/desktops/cinnamon/bulky/default.nix
@@ -55,6 +55,6 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/linuxmint/bulky";
     license = licenses.gpl3Plus;
     platforms = platforms.linux;
-    maintainers = [ maintainers.mkg20001 ];
+    maintainers = teams.cinnamon.members;
   };
 }