Skip to content

Commit

Permalink
update packages metadata
Browse files Browse the repository at this point in the history
Adding the team alias, rather than individual members.
  • Loading branch information
OmarTawfik committed Jan 16, 2025
1 parent 6389361 commit 64f0d60
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 27 deletions.
4 changes: 1 addition & 3 deletions crates/metaslang/bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ description = "Computes semantic language bindings from parsed source code"
homepage = "https://nomicfoundation.github.io/slang/"
repository = "https://github.com/NomicFoundation/slang/"
authors = [
"Slang Team <[email protected]>",
"Nomic Foundation <[email protected]>",
"Antony Blakey <[email protected]>",
"Igor Matuszewski <[email protected]>",
"Omar Tawfik <[email protected]>",
]

readme = "README.md"
Expand Down
4 changes: 1 addition & 3 deletions crates/metaslang/cst/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ description = "A generic library for building, navigating and querying concrete
homepage = "https://nomicfoundation.github.io/slang/"
repository = "https://github.com/NomicFoundation/slang/"
authors = [
"Slang Team <[email protected]>",
"Nomic Foundation <[email protected]>",
"Antony Blakey <[email protected]>",
"Igor Matuszewski <[email protected]>",
"Omar Tawfik <[email protected]>",
]

readme = "README.md"
Expand Down
4 changes: 1 addition & 3 deletions crates/metaslang/graph_builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ description = "Construct graphs from parsed source code"
homepage = "https://nomicfoundation.github.io/slang/"
repository = "https://github.com/NomicFoundation/slang/"
authors = [
"Slang Team <[email protected]>",
"Nomic Foundation <[email protected]>",
"Antony Blakey <[email protected]>",
"Igor Matuszewski <[email protected]>",
"Omar Tawfik <[email protected]>",
]

readme = "README.md"
Expand Down
4 changes: 1 addition & 3 deletions crates/solidity/outputs/cargo/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ description = "This crate contains the 'slang_solidity' CLI/cargo binary. Please
homepage = "https://nomicfoundation.github.io/slang/"
repository = "https://github.com/NomicFoundation/slang/"
authors = [
"Slang Team <[email protected]>",
"Nomic Foundation <[email protected]>",
"Antony Blakey <[email protected]>",
"Igor Matuszewski <[email protected]>",
"Omar Tawfik <[email protected]>",
]

readme = "README.md"
Expand Down
4 changes: 1 addition & 3 deletions crates/solidity/outputs/cargo/crate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ description = "A modular set of compiler APIs empowering the next generation of
homepage = "https://nomicfoundation.github.io/slang/"
repository = "https://github.com/NomicFoundation/slang/"
authors = [
"Slang Team <[email protected]>",
"Nomic Foundation <[email protected]>",
"Antony Blakey <[email protected]>",
"Igor Matuszewski <[email protected]>",
"Omar Tawfik <[email protected]>",
]

readme = "README.md"
Expand Down
16 changes: 4 additions & 12 deletions crates/solidity/outputs/npm/package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,12 @@
"bugs": "https://github.com/NomicFoundation/slang/issues/",
"contributors": [
{
"name": "Nomic Foundation",
"email": "[email protected]"
},
{
"name": "Antony Blakey",
"email": "[email protected]"
"name": "Slang Team",
"email": "[email protected]"
},
{
"name": "Igor Matuszewski",
"email": "[email protected]"
},
{
"name": "Omar Tawfik",
"email": "[email protected]"
"name": "Nomic Foundation",
"email": "[email protected]"
}
],
"publishConfig": {
Expand Down

0 comments on commit 64f0d60

Please sign in to comment.