We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd2bae commit 8e4d17bCopy full SHA for 8e4d17b
src/main.rs
@@ -32,7 +32,7 @@ mod server;
32
fn main() {
33
let args = App::new("rperf")
34
.about(clap::crate_description!())
35
- .author("https://github.com/3d-p/rperf")
+ .author("https://github.com/opensource-3d-p/rperf")
36
.name(clap::crate_name!())
37
.version(clap::crate_version!())
38
.arg(
0 commit comments