t4kcommon: drop aanderse as maintainer

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