alttab: Remove sgraf as maintainer

I'm no longer using `alttab` and have no way to test it. That said, maintenance overhead is quite manageable, for anyone interested in picking up.
This commit is contained in:
Sebastian Graf 2023-03-12 18:57:18 +01:00 committed by GitHub
parent bee1e79b38
commit a878945336
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,6 +52,6 @@ stdenv.mkDerivation rec {
description = "X11 window switcher designed for minimalistic window managers or standalone X11 session";
license = licenses.gpl3Plus;
platforms = platforms.all;
maintainers = [ maintainers.sgraf ];
maintainers = [ ];
};
}