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

This commit is contained in:
Fernando Rodrigues
2025-11-05 09:07:46 +00:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -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
View File
@@ -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 ];
};
})