Unverified Commit 185acc48 authored by dish's avatar dish Committed by GitHub
Browse files

tuxtype: drop aanderse as maintainer (#435736)

parents 83574859 ef752176
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
    description = "Library of code shared between tuxmath and tuxtype";
    homepage = "https://github.com/tux4kids/t4kcommon";
    license = licenses.gpl3Plus;
    maintainers = [ maintainers.aanderse ];
    maintainers = [ ];
    platforms = platforms.linux;
  };
}
+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;
  };
}