Unverified Commit 13f55e7b authored by Hythera's avatar Hythera
Browse files

gitoxide: add hythera as maintainer

parent b2b81108
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";