bsp-layout: remove devins2518 as a maintainer

This commit is contained in:
Matthias Thym 2022-06-26 13:51:32 +02:00
parent caed3fca4b
commit 4d21bcc49f

View File

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://github.com/phenax/bsp-layout";
license = licenses.mit;
maintainers = with maintainers; [ devins2518 totoroot ];
maintainers = with maintainers; [ totoroot ];
platforms = platforms.linux;
};
}