libinput: add freedesktop team to maintainers

This commit is contained in:
Jan Tojnar 2022-01-28 19:22:53 +01:00
parent 2144f37d36
commit 1e144d4d08

View file

@ -121,6 +121,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.freedesktop.org/wiki/Software/libinput/";
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ codyopel ];
maintainers = with maintainers; [ codyopel ] ++ teams.freedesktop.members;
};
}