mlterm: remove vrthra from maintainers

This commit is contained in:
Atemu 2023-04-12 10:22:23 +02:00
parent 45393fdf99
commit f5ee73c1b7

View File

@ -108,7 +108,7 @@ stdenv.mkDerivation rec {
description = "Multi Lingual TERMinal emulator";
homepage = "https://mlterm.sourceforge.net/";
license = licenses.bsd3;
maintainers = with maintainers; [ vrthra ramkromberg atemu ];
maintainers = with maintainers; [ ramkromberg atemu ];
platforms = platforms.all;
};
}