colord: add freedesktop team to maintainers

This commit is contained in:
Jan Tojnar 2019-10-27 22:49:09 +01:00
parent 10ac558ca1
commit 03941c1e67
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

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;
};
}