MAINT: Update repository url to new under petgraph organization
diff --git a/Cargo.toml b/Cargo.toml
index 3b4e366..1221614 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@
 
 description = "Graph data structure library. Provides graph types and graph algorithms."
 documentation = "https://docs.rs/petgraph/"
-repository = "https://github.com/bluss/petgraph"
+repository = "https://github.com/petgraph/petgraph"
 
 keywords = ["data-structure", "graph", "unionfind", "graph-algorithms"]
 categories = ["data-structures"]