lkl: add raitobezarius to maintainers

(as requested on Matrix)
This commit is contained in:
K900 2023-03-04 11:05:10 +03:00
parent dc01a82282
commit 32bc50dc36

View File

@ -77,6 +77,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/lkl/linux/";
platforms = platforms.linux; # Darwin probably works too but I haven't tested it
license = licenses.gpl2;
maintainers = with maintainers; [ copumpkin ];
maintainers = with maintainers; [ copumpkin raitobezarius ];
};
}