Skip to content

Commit 961e839

Browse files
authored
chore(docs): rename nvim-neorocks -> lumen-oss (#14)
1 parent 7ffbf95 commit 961e839

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

docs/guides/lux-toml.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ A longer description of the package
6666
that often spans multiple lines.
6767
"""
6868
license = "GPLv2" # SPDX license used by the package
69-
homepage = "https://nvim-neorocks.github.io"
70-
issues_url = "https://github.com/nvim-neorocks/lux/issues"
69+
homepage = "https://lumen-oss.github.io"
70+
issues_url = "https://github.com/lumen-oss/lux/issues"
7171
maintainer = "neorocks org"
7272
labels = [ "neovim", "tls", "https" ]
7373
```

docs/tutorial/02-getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Lux includes the following packages and libraries:
2323

2424
## Binary distributions
2525

26-
We provide pre-built binary distributions on our GitHub repository's [releases page](https://github.com/nvim-neorocks/lux/releases/latest).
26+
We provide pre-built binary distributions on our GitHub repository's [releases page](https://github.com/lumen-oss/lux/releases/latest).
2727
These come bundled with shell completions, man pages and `lux-lua` for each supported Lua version.
2828

2929
### Linux
@@ -94,12 +94,12 @@ and [`lux-lua` for various Lua versions](https://search.nixos.org/packages?chann
9494
You may also need to configure [`pkg-config`](https://search.nixos.org/packages?channel=unstable&show=pkg-config&from=0&size=50&sort=relevance&type=packages&query=pkg-config)
9595
so that it can find `lux-lua` and Lua.
9696

97-
If you would like to use the latest release, our [source repository](https://github.com/nvim-neorocks/lux)
97+
If you would like to use the latest release, our [source repository](https://github.com/lumen-oss/lux)
9898
also provides a Nix flake.
9999

100100
### Arch Linux (Arch User Repository)
101101

102-
For the best experience, we recommend you install the [`lux-cli-bin`](https://github.com/nvim-neorocks/lux/releases/download/v0.15.0/lx_0.15.0_x86_64.tar.gz)
102+
For the best experience, we recommend you install the [`lux-cli-bin`](https://github.com/lumen-oss/lux/releases/download/v0.15.0/lx_0.15.0_x86_64.tar.gz)
103103
package from the AUR.
104104
It comes bundled with shell completions, man pages and `lux-lua` for each Lua version.
105105

docs/tutorial/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ The site is divided into sections:
3535

3636
## License
3737

38-
- Lux is licensed under [LGPLv3](https://github.com/nvim-neorocks/lux/blob/master/LICENSE).
38+
- Lux is licensed under [LGPLv3](https://github.com/lumen-oss/lux/blob/master/LICENSE).
3939
- The Lux logo © 2025 by Kai Jakobi is licensed under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/).
4040

docusaurus.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ const config: Config = {
1010
favicon: 'img/favicon.ico',
1111

1212
// Set the production url of your site here
13-
url: 'https://nvim-neorocks.github.io',
13+
url: 'https://lumen-oss.github.io',
1414
// Set the /<baseUrl>/ pathname under which your site is served
1515
// For GitHub pages deployment, it is often '/<projectName>/'
1616
baseUrl: '/',
1717

1818
// GitHub pages deployment config.
1919
// If you aren't using GitHub pages, you don't need these.
20-
organizationName: 'nvim-neorocks', // Usually your GitHub org/user name.
20+
organizationName: 'lumen-oss', // Usually your GitHub org/user name.
2121
projectName: 'lux', // Usually your repo name.
2222

2323
onBrokenLinks: 'throw',
@@ -76,7 +76,7 @@ const config: Config = {
7676
label: 'Explanations',
7777
},
7878
{
79-
href: 'https://github.com/nvim-neorocks/lux',
79+
href: 'https://github.com/lumen-oss/lux',
8080
label: 'GitHub',
8181
position: 'right',
8282
},
@@ -107,7 +107,7 @@ const config: Config = {
107107
items: [
108108
{
109109
label: 'GitHub',
110-
href: 'https://github.com/nvim-neorocks/lux',
110+
href: 'https://github.com/lumen-oss/lux',
111111
},
112112
],
113113
},

0 commit comments

Comments
 (0)