river: remove branwright1 as maintainer (#123266)

This commit is contained in:
Bran
2021-05-16 14:15:44 -04:00
committed by GitHub
parent 0e5545a108
commit bc9098d60d
2 changed files with 1 additions and 7 deletions
@@ -43,6 +43,6 @@ stdenv.mkDerivation rec {
description = "A dynamic tiling wayland compositor";
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ branwright1 ];
maintainers = with maintainers; [ ];
};
}