Skip to content

Commit d6b6d2e

Browse files
committed
Set new repository URL
1 parent 26e2756 commit d6b6d2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
88

99
readme = "README.md"
1010
description = "SSH through OpenSSH"
11-
repository = "https://github.com/jonhoo/openssh-rs.git"
11+
repository = "https://github.com/openssh-rust/openssh.git"
1212

1313
keywords = ["ssh","remote","openssh","orchestration"]
1414
categories = ["network-programming", "api-bindings"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Crates.io](https://img.shields.io/crates/v/openssh.svg)](https://crates.io/crates/openssh)
22
[![Documentation](https://docs.rs/openssh/badge.svg)](https://docs.rs/openssh/)
3-
[![Codecov](https://codecov.io/github/jonhoo/openssh-rs/coverage.svg?branch=master)](https://codecov.io/gh/jonhoo/openssh-rs)
3+
[![Codecov](https://codecov.io/github/openssh-rust/openssh/coverage.svg?branch=master)](https://codecov.io/gh/openssh-rust/openssh)
44

55
Scriptable SSH through OpenSSH.
66

0 commit comments

Comments
 (0)