diff --git a/README.md b/README.md index 72bdbbd..3b49969 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Two binaries, one workspace: - **`breadlock`** — locks the *already running* Hyprland session via `ext-session-lock-v1`. Drop-in for `hyprlock`. - **`breadgreet`** — a graphical greeter that speaks `greetd`'s own IPC protocol (the same architecture as `gtkgreet`/`regreet`). `greetd` keeps owning PAM auth, VT switching, and session launching; `breadgreet` only draws the login UI and relays the conversation. This is a deliberate choice over reimplementing a display manager from scratch — `greetd` is already installed and battle-tested. -Both use [`bread-theme`](https://github.com/Breadway/bread-ecosystem) for palette loading, matching the rest of the bread* ecosystem (breadbar, breadbox, bos-settings). +Both use [`bread-theme`](https://git.breadway.dev/Breadway/bread-ecosystem) for palette loading, matching the rest of the bread* ecosystem (breadbar, breadbox, bos-settings). ## Architecture diff --git a/breadgreet/Cargo.toml b/breadgreet/Cargo.toml index d7e727f..01cf786 100644 --- a/breadgreet/Cargo.toml +++ b/breadgreet/Cargo.toml @@ -3,7 +3,7 @@ name = "breadgreet" version = "0.1.1" edition = "2021" license = "MIT" -authors = ["Breadway "] +authors = ["Breadway "] description = "Graphical greetd greeter for Hyprland / Wayland" [[bin]] diff --git a/breadlock-ui/Cargo.toml b/breadlock-ui/Cargo.toml index 1b8aa33..5c8aaad 100644 --- a/breadlock-ui/Cargo.toml +++ b/breadlock-ui/Cargo.toml @@ -3,7 +3,7 @@ name = "breadlock-ui" version = "0.1.1" edition = "2021" license = "MIT" -authors = ["Breadway "] +authors = ["Breadway "] [dependencies] bread-theme.workspace = true diff --git a/breadlock/Cargo.toml b/breadlock/Cargo.toml index 13bda01..b242ad9 100644 --- a/breadlock/Cargo.toml +++ b/breadlock/Cargo.toml @@ -3,7 +3,7 @@ name = "breadlock" version = "0.1.1" edition = "2021" license = "MIT" -authors = ["Breadway "] +authors = ["Breadway "] description = "Session locker for Hyprland / Wayland (ext-session-lock-v1)" [[bin]] diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD index 2b5768d..94db441 100644 --- a/packaging/arch/PKGBUILD +++ b/packaging/arch/PKGBUILD @@ -1,11 +1,11 @@ -# Maintainer: Breadway +# Maintainer: Breadway pkgname=breadlock pkgver=0.1.0 pkgrel=1 pkgdesc="Session locker and greetd greeter for Hyprland / Wayland" arch=('x86_64') -url="https://github.com/Breadway/breadlock" +url="https://git.breadway.dev/Breadway/breadlock" license=('MIT') # Some Rust deps build vendored C/asm into static archives; makepkg's default # -flto=auto emits GCC LTO bitcode the Rust (lld) link cannot read, causing