ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix typo in wire::SIGINT

+1 -1
+1 -1
wire/lib/src/errors.rs
··· 371 371 code(wire::SIGINT), 372 372 url("{DOCS_URL}#{}", self.code().unwrap()) 373 373 )] 374 - #[error("SIGINT recieved, shut down")] 374 + #[error("SIGINT received, shut down")] 375 375 Sigint, 376 376 }