nurl: add figsoda to maintainers

This commit is contained in:
figsoda
2026-01-18 16:39:16 -05:00
parent 41044d8d70
commit bf8fd1821f
+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";
};
}