gitoxide: add hythera as maintainer

This commit is contained in:
Hythera
2026-03-17 16:13:00 +01:00
parent b2b8110884
commit 13f55e7bdd

View File

@@ -60,7 +60,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
mit # or
asl20
];
maintainers = [ ];
maintainers = with lib.maintainers; [ hythera ];
# NB: `ein` is also provided by this package, but `nix run
# nixpkgs#gitoxide` doesn't work at all without this set.
mainProgram = "gix";