tuxtype: drop aanderse as maintainer

This commit is contained in:
Aaron Andersen
2025-08-21 21:14:57 -04:00
parent 782bfcc37b
commit ef752176a9
+1 -1
View File
@@ -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;
};
}