protoc-gen-{tonic,prost{,-serde,-crate}}: reformat

This commit is contained in:
Felix Schröter 2024-06-22 14:57:16 +02:00
parent 0e8924bdd4
commit 518778a5e3
No known key found for this signature in database
GPG Key ID: 671E39E6744C807D
4 changed files with 32 additions and 20 deletions

View File

@ -1,7 +1,7 @@
{ fetchCrate
, lib
, rustPlatform
, protobuf
{
fetchCrate,
lib,
rustPlatform,
}:
rustPlatform.buildRustPackage rec {
@ -21,6 +21,9 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/neoeinstein/protoc-gen-prost";
changelog = "https://github.com/neoeinstein/protoc-gen-prost/blob/main/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ felschr sitaaax ];
maintainers = with maintainers; [
felschr
sitaaax
];
};
}

View File

@ -1,7 +1,7 @@
{ fetchCrate
, lib
, rustPlatform
, protobuf
{
fetchCrate,
lib,
rustPlatform,
}:
rustPlatform.buildRustPackage rec {
@ -21,6 +21,9 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/neoeinstein/protoc-gen-prost";
changelog = "https://github.com/neoeinstein/protoc-gen-prost/blob/main/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ felschr sitaaax ];
maintainers = with maintainers; [
felschr
sitaaax
];
};
}

View File

@ -1,7 +1,7 @@
{ fetchCrate
, lib
, rustPlatform
, protobuf
{
fetchCrate,
lib,
rustPlatform,
}:
rustPlatform.buildRustPackage rec {
@ -21,6 +21,9 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/neoeinstein/protoc-gen-prost";
changelog = "https://github.com/neoeinstein/protoc-gen-prost/blob/main/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ felschr sitaaax ];
maintainers = with maintainers; [
felschr
sitaaax
];
};
}

View File

@ -1,7 +1,7 @@
{ fetchCrate
, lib
, rustPlatform
, protobuf
{
fetchCrate,
lib,
rustPlatform,
}:
rustPlatform.buildRustPackage rec {
@ -21,6 +21,9 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/neoeinstein/protoc-gen-prost";
changelog = "https://github.com/neoeinstein/protoc-gen-prost/blob/main/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ felschr sitaaax ];
maintainers = with maintainers; [
felschr
sitaaax
];
};
}