nix-init: adopt by eclairevoyant

This commit is contained in:
éclairevoyant
2025-11-04 08:15:29 -05:00
parent 749bc347f1
commit be8a886683
+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 ];
};
})