Unverified Commit ed21c3eb authored by Martin Weinelt's avatar Martin Weinelt
Browse files

nix-bisect: remove hexa from maintainers

parent bc537387
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -35,6 +35,5 @@ python3.pkgs.buildPythonApplication {
    description = "Bisect nix builds";
    homepage = "https://github.com/timokau/nix-bisect";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ hexa ];
  };
}