git.lucas.co / cce-authenticator
login authentication (PAM + fingerprint)
git clone https://git.lucas.co/cce-authenticator.git

commit21205c6760aa5ae8b346d6344295179c87de6485
parentb1ac988aee
authorLucas Galante <[email protected]>
date2026-09-21 12:45
Pin workspace dependencies to GitHub, the crates' origin

The pins named git.lucas.co, which since 2026-09-20 is only an hourly
mirror of GitHub: a rev pinned right after a push was unfetchable from
there for up to an hour, and the workspace root's [patch] keys had to
name the mirror too. Same revs, origin URL. The root patch block and
bump-revs.sh moved with it.

Co-Authored-By: Claude Fable 5.1 <[email protected]>

 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 71f19ef..34436ca 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 
 [dependencies]
-cce-ui = { git = "https://git.lucas.co/cce-ui.git", rev = "f2fc3c8e03f0f7c0f49fe11e51f416014f28b8b3" }
+cce-ui = { git = "https://github.com/lsgalante/cce-ui.git", rev = "f2fc3c8e03f0f7c0f49fe11e51f416014f28b8b3" }
 # The raw PAM binding, for the standalone password check. The higher-level `pam`
 # crate was declared next to it and never called.
 pam-sys = "0.5.6"