Commit ef752176 authored by Aaron Andersen's avatar Aaron Andersen
Browse files

tuxtype: drop aanderse as maintainer

parent 782bfcc3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ stdenv.mkDerivation rec {
    mainProgram = "tuxtype";
    homepage = "https://github.com/tux4kids/tuxtype";
    license = licenses.gpl3Plus;
    maintainers = [ maintainers.aanderse ];
    maintainers = [ ];
    platforms = platforms.linux;
  };
}