We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac46b1b + 2adb1b2 commit 7ade298Copy full SHA for 7ade298
refinery_cli/src/main.rs
@@ -18,6 +18,7 @@ fn main() -> Result<(), Error> {
18
version: VERSION.into(),
19
authors: "Katharina Fey <[email protected]>, João Oliveira <[email protected]>".into(),
20
homepage: "https://github.com/rust-db/refinery/".into(),
21
+ repository: "https://github.com/rust-db/refinery/".into(),
22
});
23
24
let mut builder = Builder::new();
0 commit comments