bspwm: add rvolosatovs to maintainers

This commit is contained in:
Roman Volosatovs 2018-04-27 22:54:07 +02:00
parent df85ddd229
commit 1a244d9a35
No known key found for this signature in database
GPG Key ID: 3AC661943D80C89E

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A tiling window manager based on binary space partitioning"; description = "A tiling window manager based on binary space partitioning";
homepage = https://github.com/baskerville/bspwm; homepage = https://github.com/baskerville/bspwm;
maintainers = with maintainers; [ meisternu epitrochoid ]; maintainers = with maintainers; [ meisternu epitrochoid rvolosatovs ];
license = licenses.bsd2; license = licenses.bsd2;
platforms = platforms.linux; platforms = platforms.linux;
}; };