nurl: add figsoda to maintainers
This commit is contained in:
@@ -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