colord: add freedesktop team to maintainers

This commit is contained in:
Jan Tojnar
2019-11-23 00:07:29 +01:00
parent 10ac558ca1
commit 03941c1e67
+1 -1
View File
@@ -108,7 +108,7 @@ stdenv.mkDerivation rec {
description = "System service to manage, install and generate color profiles to accurately color manage input and output devices";
homepage = https://www.freedesktop.org/software/colord/;
license = licenses.lgpl2Plus;
maintainers = [ maintainers.marcweber ];
maintainers = [ maintainers.marcweber ] ++ teams.freedesktop.members;
platforms = platforms.linux;
};
}