bspwm: remove myself as maintainer

This commit is contained in:
Roman Volosatovs 2021-06-29 21:20:32 +02:00
parent f9326f6c4c
commit 0877a5a2fd
No known key found for this signature in database
GPG key ID: 216DD5F8CA6618A1

View file

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