Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/setup-release-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ runs:
shell: bash
run: |
git config user.name 'Lance Release Bot'
git config user.email 'lance-dev@lancedb.com'
git config user.email 'dev+gha@lance.org'
2 changes: 1 addition & 1 deletion .github/workflows/java-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
- name: Set github
run: |
git config --global user.email "Lance Github Runner"
git config --global user.name "dev+gha@lancedb.com"
git config --global user.name "dev+gha@lance.org"
- name: Dry run
if: |
github.event_name == 'pull_request' ||
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ resolver = "2"
[workspace.package]
version = "0.40.0-beta.2"
edition = "2021"
authors = ["Lance Devs <dev@lancedb.com>"]
authors = ["Lance Devs <dev@lance.org>"]
license = "Apache-2.0"
repository = "https://github.com/lancedb/lance"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
site_name: Lance
site_description: Open Lakehouse Format for Multimodal AI
site_url: https://lancedb.github.io/lance/
site_url: https://lance.org/
docs_dir: src

repo_name: lancedb/lance
Expand Down
1 change: 1 addition & 0 deletions docs/src/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lance.org
2 changes: 1 addition & 1 deletion java/lance-jni/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "lance-jni"
version = "0.40.0-beta.2"
edition = "2021"
authors = ["Lance Devs <dev@lancedb.com>"]
authors = ["Lance Devs <dev@lance.org>"]
rust-version = "1.80"
license = "Apache-2.0"
repository = "https://github.com/lancedb/lance"
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<developers>
<developer>
<name>Lance DB Dev Group</name>
<email>dev@lancedb.com</email>
<email>dev@lance.org</email>
</developer>
</developers>
<licenses>
Expand Down
2 changes: 1 addition & 1 deletion python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "pylance"
version = "0.40.0-beta.2"
edition = "2021"
authors = ["Lance Devs <dev@lancedb.com>"]
authors = ["Lance Devs <dev@lance.org>"]
rust-version = "1.80"
exclude = ["python/lance/conftest.py"]
publish = false
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "pylance"
dynamic = ["version"]
dependencies = ["pyarrow>=14", "numpy>=1.22", "lance_namespace>=0.0.20"]
description = "python wrapper for Lance columnar format"
authors = [{ name = "Lance Devs", email = "dev@lancedb.com" }]
authors = [{ name = "Lance Devs", email = "dev@lance.org" }]
license = { file = "LICENSE" }
repository = "https://github.com/lancedb/lance"
readme = "README.md"
Expand Down
Loading