Skip to content

Commit fcf1b71

Browse files
authored
Make the author of the NodeJS and Python drivers "TypeDB Community" (#668)
## Usage and product changes The `author` field of our NodeJS and Python drivers (`package.json` and PyPi configuration) is now **TypeDB Community** with the email being **[email protected]**. ## Implementation The former labels "Vaticle" and "[email protected]" are no longer applicable and have been replaced.
1 parent c75330e commit fcf1b71

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "TypeDB Node.js Driver",
55
"author": "Vaticle",
66
"license": "Apache-2.0",
7-
"homepage": "https://vaticle.com",
7+
"homepage": "https://typedb.com",
88
"type": "commonjs",
99
"repository": {
1010
"type": "git",

python/rules.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ def native_driver_versioned(python_versions):
7676
"Topic :: Database :: Front-Ends"
7777
],
7878
url = "https://github.com/vaticle/typedb-driver-python/",
79-
author = "Vaticle",
80-
author_email = "community@vaticle.com",
79+
author = "TypeDB Community",
80+
author_email = "community@typedb.com",
8181
license = "Apache-2.0",
8282
requirements_file = "//python:requirements.txt",
8383
keywords = ["typedb", "database", "graph", "knowledgebase", "knowledge-engineering"],

0 commit comments

Comments
 (0)