mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
libinput: add freedesktop team to maintainers
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user