openrazer: add evanjs to maintainers

This commit is contained in:
Evan Stoll 2020-01-30 01:32:30 -05:00 committed by Jon
parent e341719193
commit 90dd157cde

View File

@ -11,7 +11,7 @@
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://openrazer.github.io/; homepage = https://openrazer.github.io/;
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ roelvandijk ]; maintainers = with maintainers; [ roelvandijk evanjs ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }