From 39238c25ad09b414c54e5edb32c9f9e2f7430101 Mon Sep 17 00:00:00 2001 From: Breadway Date: Sun, 19 Jul 2026 03:09:09 +0800 Subject: [PATCH] Fix identity URLs (Forgejo canonical remote, correct maintainer email) --- README.md | 2 +- breadgreet/Cargo.toml | 2 +- breadlock-ui/Cargo.toml | 2 +- breadlock/Cargo.toml | 2 +- packaging/arch/PKGBUILD | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) 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