Commit b1169e3f authored by aiotter's avatar aiotter
Browse files

git-filter-repo: add maintainer

parent c6ad9424
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ buildPythonPackage rec {
    description = "Quickly rewrite git repository history";
    homepage = "https://github.com/newren/git-filter-repo";
    license = with licenses; [ mit /* or */ gpl2Plus ];
    maintainers = with maintainers; [ fab ];
    maintainers = with maintainers; [ aiotter fab ];
  };

  passthru.updateScript = writeScript "update-${pname}" ''