Commit 782bfcc3 authored by Aaron Andersen's avatar Aaron Andersen
Browse files

t4kcommon: drop aanderse as maintainer

parent a51f2b29
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;
  };
}