Fix repository URL

Josh Triplett created

Change summary

Cargo.toml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

Cargo.toml 🔗

@@ -1,10 +1,10 @@
 [package]
 name = "git-series"
-version = "0.8.0"
+version = "0.8.1"
 authors = ["Josh Triplett <josh@joshtriplett.org>"]
 license = "MIT"
 readme = "README.md"
-repository = "https://github.com/joshtriplett/git-series"
+repository = "https://github.com/git-series/git-series"
 description = "Track patch series in git"
 
 [dependencies]