maintainers: add figsoda (#481434)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user