cinnamon.cinnamon-settings-daemon: make team cinnamon the maintainer
This commit is contained in:
parent
1ed9d6b5f9
commit
5a5617a2be
1 changed files with 1 additions and 1 deletions
|
@ -121,6 +121,6 @@ stdenv.mkDerivation rec {
|
||||||
description = "The settings daemon for the Cinnamon desktop";
|
description = "The settings daemon for the Cinnamon desktop";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.mkg20001 ];
|
maintainers = teams.cinnamon.members;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue