Unverified Commit 286d20ef authored by Fernando Rodrigues's avatar Fernando Rodrigues Committed by GitHub
Browse files

maintainers: add eclairevoyant; nix-init: adopt (#458466)

parents c268f7bd be8a8866
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -7259,6 +7259,11 @@
    githubId = 8146736;
    name = "Florentin Eckl";
  };
  eclairevoyant = {
    githubId = 848000;
    github = "eclairevoyant";
    name = "éclairevoyant";
  };
  edanaher = {
    email = "nixos@edanaher.net";
    github = "edanaher";
+1 −1
Original line number Diff line number Diff line
@@ -96,6 +96,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
    homepage = "https://github.com/nix-community/nix-init";
    changelog = "https://github.com/nix-community/nix-init/blob/${finalAttrs.src.tag}/CHANGELOG.md";
    license = lib.licenses.mpl20;
    maintainers = [ ];
    maintainers = [ lib.maintainers.eclairevoyant ];
  };
})