Commit 7855819e authored by Ilan Joselevich's avatar Ilan Joselevich
Browse files

python3Packages.moddb: Remove kranzes from maintainers

parent 4b4d0bec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,6 +37,6 @@ buildPythonPackage rec {
    description = "Python scrapper to access ModDB mods, games and more as objects";
    homepage = "https://github.com/ClementJ18/moddb";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ kranzes ];
    maintainers = [ ];
  };
}