Commit f5ee73c1 authored by Atemu's avatar Atemu
Browse files

mlterm: remove vrthra from maintainers

parent 45393fdf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}