diff --git a/common/java/BUILD b/common/java/BUILD index e5726a905..676611958 100644 --- a/common/java/BUILD +++ b/common/java/BUILD @@ -37,8 +37,8 @@ assemble_maven( version_overrides = version(artifacts_org = artifacts, artifacts_repo={}), project_name = "TypeDB Common", project_description = "TypeDB Common classes and tools", - project_url = "https://github.com/vaticle/typeql", - scm_url = "https://github.com/vaticle/typeql", + project_url = "https://github.com/typedb/typeql", + scm_url = "https://github.com/typedb/typeql", ) deploy_maven( diff --git a/grammar/python/BUILD b/grammar/python/BUILD index 241b2eb00..75c4a13cc 100644 --- a/grammar/python/BUILD +++ b/grammar/python/BUILD @@ -61,7 +61,7 @@ assemble_pip( "Environment :: Console", "Topic :: Database :: Front-Ends" ], - url = "https://github.com/vaticle/typeql", + url = "https://github.com/typedb/typeql", author = "TypeDB Community", author_email = "community@typedb.com", license = "AGPLv3", diff --git a/rust/BUILD b/rust/BUILD index f19502d07..2fb3da5e3 100644 --- a/rust/BUILD +++ b/rust/BUILD @@ -46,8 +46,8 @@ assemble_crate( readme_file = "//:README.md", license = "Apache-2.0", license_file = "//:LICENSE", - homepage = "https://github.com/vaticle/typeql", - repository = "https://github.com/vaticle/typeql", + homepage = "https://github.com/typedb/typeql", + repository = "https://github.com/typedb/typeql", keywords = ["typeql", "typedb", "database", "strongly-typed"], authors = ["TypeDB Community "], universe_manifests = ["@vaticle_dependencies//library/crates:Cargo.toml"],