this repo has no description
0
fork

Configure Feed

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

docs: renaming my GH account to arcuru

I've renamed my longtime GH account to @arcuru. Updating all references.

+3 -3
+2 -2
Cargo.toml
··· 6 6 readme = "README.md" 7 7 license = "MIT" 8 8 description = "cmprss - a compression multi-tool for the CLI" 9 - repository = "https://github.com/patricksjackson/cmprss" 10 - homepage = "https://github.com/patricksjackson/cmprss" 9 + repository = "https://github.com/arcuru/cmprss" 10 + homepage = "https://github.com/arcuru/cmprss" 11 11 12 12 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 13 13
+1 -1
README.md
··· 81 81 82 82 Test coverage can be measured using `cargo llvm-cov report` and `cargo tarpaulin`. 83 83 84 - ## @patricksjackson 84 + ## @arcuru 85 85 86 86 I am the only developer on this right now, and I usually develop by committing directly to the `main` branch. 87 87 For larger features I _may_ go through a PR to run CI and to have some more easily discoverable documentation of a specific feature.