File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ edition = "2021"
99rust-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" }
1313bytes = " 1.6.0"
1414chrono = " 0.4.38"
1515clap = { version = " 4.5.8" , features = [" derive" , " string" ] }
Original file line number Diff line number Diff line change 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/
6565git clone https://github.com/serpent-os/tools.git
6666cd 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 )
6969sudo 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
Original file line number Diff line number Diff 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
1111default = [" compat_dlang_emul_flush" ]
1212# In this mode we create duplicate provides for both `386` and `x86` while depending on `x86`
1313compat_dlang_emul_both = []
Original file line number Diff line number Diff line change 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#
Original file line number Diff line number Diff line change 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 ],
You can’t perform that action at this time.
0 commit comments