Skip to content

Commit 8f5c007

Browse files
authored
chore: introduce lance.org website domain (#5213)
1 parent 40409d6 commit 8f5c007

9 files changed

Lines changed: 9 additions & 8 deletions

File tree

.github/actions/setup-release-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ runs:
2323
shell: bash
2424
run: |
2525
git config user.name 'Lance Release Bot'
26-
git config user.email 'lance-dev@lancedb.com'
26+
git config user.email 'dev+gha@lance.org'

.github/workflows/java-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
- name: Set github
218218
run: |
219219
git config --global user.email "Lance Github Runner"
220-
git config --global user.name "dev+gha@lancedb.com"
220+
git config --global user.name "dev+gha@lance.org"
221221
- name: Dry run
222222
if: |
223223
github.event_name == 'pull_request' ||

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ resolver = "2"
2727
[workspace.package]
2828
version = "0.40.0-beta.2"
2929
edition = "2021"
30-
authors = ["Lance Devs <dev@lancedb.com>"]
30+
authors = ["Lance Devs <dev@lance.org>"]
3131
license = "Apache-2.0"
3232
repository = "https://github.com/lancedb/lance"
3333
readme = "README.md"

docs/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
site_name: Lance
22
site_description: Open Lakehouse Format for Multimodal AI
3-
site_url: https://lancedb.github.io/lance/
3+
site_url: https://lance.org/
44
docs_dir: src
55

66
repo_name: lancedb/lance

docs/src/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
lance.org

java/lance-jni/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "lance-jni"
33
version = "0.40.0-beta.2"
44
edition = "2021"
5-
authors = ["Lance Devs <dev@lancedb.com>"]
5+
authors = ["Lance Devs <dev@lance.org>"]
66
rust-version = "1.80"
77
license = "Apache-2.0"
88
repository = "https://github.com/lancedb/lance"

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<developers>
1717
<developer>
1818
<name>Lance DB Dev Group</name>
19-
<email>dev@lancedb.com</email>
19+
<email>dev@lance.org</email>
2020
</developer>
2121
</developers>
2222
<licenses>

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "pylance"
33
version = "0.40.0-beta.2"
44
edition = "2021"
5-
authors = ["Lance Devs <dev@lancedb.com>"]
5+
authors = ["Lance Devs <dev@lance.org>"]
66
rust-version = "1.80"
77
exclude = ["python/lance/conftest.py"]
88
publish = false

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "pylance"
33
dynamic = ["version"]
44
dependencies = ["pyarrow>=14", "numpy>=1.22", "lance_namespace>=0.0.20"]
55
description = "python wrapper for Lance columnar format"
6-
authors = [{ name = "Lance Devs", email = "dev@lancedb.com" }]
6+
authors = [{ name = "Lance Devs", email = "dev@lance.org" }]
77
license = { file = "LICENSE" }
88
repository = "https://github.com/lancedb/lance"
99
readme = "README.md"

0 commit comments

Comments
 (0)