Skip to content

Commit 4061e35

Browse files
authored
Make the author of the Python grammar and TypeQL Rust "TypeDB Community" (#339)
## Usage and product changes The `author` field of our Python grammar and Rust library is now **TypeDB Community** with the email being **community@typedb.com**. ## Implementation The former labels "Vaticle" and "community@vaticle.com" are no longer applicable and have been replaced.
1 parent aab7026 commit 4061e35

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

grammar/python/BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ assemble_pip(
6262
"Topic :: Database :: Front-Ends"
6363
],
6464
url = "https://github.com/vaticle/typeql",
65-
author = "Vaticle",
66-
author_email = "community@vaticle.com",
65+
author = "TypeDB Community",
66+
author_email = "community@typedb.com",
6767
license = "AGPLv3",
6868
requirements_file = "//:requirements.txt",
6969
keywords = ["typeql", "typedb", "database", "strongly-typed"],

rust/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ assemble_crate(
4949
homepage = "https://github.com/vaticle/typeql",
5050
repository = "https://github.com/vaticle/typeql",
5151
keywords = ["typeql", "typedb", "database", "strongly-typed"],
52-
authors = ["Vaticle <community@vaticle.com>"]
52+
authors = ["TypeDB Community <community@typedb.com>"]
5353
)
5454

5555
deploy_crate(

0 commit comments

Comments
 (0)