forked from mirrors/nixpkgs
libinput: add freedesktop team to maintainers
This commit is contained in:
parent
2144f37d36
commit
1e144d4d08
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue