maintainers: add figsoda (#481434)

This commit is contained in:
Philip Taron
2026-01-19 00:25:11 +00:00
committed by GitHub
3 changed files with 15 additions and 2 deletions
+7
View File
@@ -8623,6 +8623,13 @@
githubId = 52276064;
name = "figboy9";
};
figsoda = {
email = "figsoda@pm.me";
matrix = "@figsoda:matrix.org";
github = "figsoda";
githubId = 40620903;
name = "figsoda";
};
fionera = {
email = "nix@fionera.de";
github = "fionera";
+4 -1
View File
@@ -95,6 +95,9 @@ 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 = [ lib.maintainers.eclairevoyant ];
maintainers = with lib.maintainers; [
eclairevoyant
figsoda
];
};
})
+4 -1
View File
@@ -52,7 +52,10 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/nix-community/nurl";
changelog = "https://github.com/nix-community/nurl/blob/v${version}/CHANGELOG.md";
license = lib.licenses.mpl20;
maintainers = [ lib.maintainers.matthiasbeyer ];
maintainers = with lib.maintainers; [
figsoda
matthiasbeyer
];
mainProgram = "nurl";
};
}