Skip to content

Commit 9fd209b

Browse files
committed
Initial branding changes appear
Signed-off-by: Ikey Doherty <ikey@serpentos.com>
1 parent 1354b67 commit 9fd209b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2021"
99
rust-version = "1.80"
1010

1111
[workspace.dependencies]
12-
blsforme = { git = "https://github.com/serpent-os/blsforme.git", rev = "3cb315d6e9b4f2168927bded8b326b55c92f0e84" }
12+
blsforme = { git = "https://github.com/AerynOS/blsforme.git", rev = "3cb315d6e9b4f2168927bded8b326b55c92f0e84" }
1313
bytes = "1.6.0"
1414
chrono = "0.4.38"
1515
clap = { version = "4.5.8", features = ["derive", "string"] }

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 📦 Core Tools
44

5-
This repository provides two powerful Rust-based tools for managing `.stone` packages, the native package format for Serpent OS:
5+
This repository provides two powerful Rust-based tools for managing `.stone` packages, the native package format for AerynOS:
66

77
- **moss**: Advanced package & system state manager with atomic transactions and content deduplication
88
- **boulder**: Modern package building tool with containerized builds and intelligent package splitting
@@ -65,7 +65,7 @@ cd ~/repos/serpent-os/
6565
git clone https://github.com/serpent-os/tools.git
6666
cd tools/
6767

68-
# Install a few prerequisites (this how you'd do it on Serpent OS)
68+
# Install a few prerequisites (this how you'd do it on AerynOS)
6969
sudo moss it binutils glibc-devel linux-headers clang tar
7070

7171
# remember to add ~/.cargo/bin to your $PATH if this is how you installed rustfmt

boulder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rust-version.workspace = true
77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[features]
10-
# See https://github.com/serpent-os/moss/issues/231 for details
10+
# See https://github.com/AerynOS/os-tools/issues/231 for details
1111
default = ["compat_dlang_emul_flush"]
1212
# In this mode we create duplicate provides for both `386` and `x86` while depending on `x86`
1313
compat_dlang_emul_both = []

boulder/data/recipeTemplate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# SPDX-FileCopyrightText: © 2020-2025 Serpent OS Developers
2+
# SPDX-FileCopyrightText: © 2020-2025 AerynOS Developers
33
#
44
# SPDX-License-Identifier: MPL-2.0
55
#

funding.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
{
4545
"guid": "kofi",
4646
"type": "payment-provider",
47-
"address": "https://ko-fi.com/serpentos",
47+
"address": "https://ko-fi.com/AerynOS",
4848
"description": "Ko-fi subscriptions/one-time-payments/etc"
4949
}
5050
],

0 commit comments

Comments
 (0)