nix-bisect: remove hexa from maintainers

This commit is contained in:
Martin Weinelt
2025-12-17 15:53:00 +01:00
parent bc537387da
commit ed21c3ebcd
-1
View File
@@ -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 ];
};
}