-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding the team alias, rather than individual members.
- Loading branch information
1 parent
6389361
commit 64f0d60
Showing
6 changed files
with
9 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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": { | ||
|