colord-gtk: Add gnome team to maintainers

This commit is contained in:
Jan Tojnar 2022-02-19 04:46:31 +01:00
parent c8f3985050
commit 4f2544d242

View file

@ -64,6 +64,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://www.freedesktop.org/software/colord/intro.html";
license = licenses.lgpl21Plus;
maintainers = teams.gnome.members;
platforms = platforms.linux;
};
}