diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8aeec49..7d5e932 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,9 +8,9 @@ updates: open-pull-requests-limit: 10 target-branch: master reviewers: - - phaazon + - hadronized assignees: - - phaazon + - hadronized labels: - dependency-update ignore: diff --git a/Cargo.toml b/Cargo.toml index 096c812..49c83fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,8 +6,8 @@ authors = ["Dimitri Sabadie "] description = "Spline interpolation made easy" keywords = ["spline", "interpolation"] categories = ["science"] -homepage = "https://github.com/phaazon/splines" -repository = "https://github.com/phaazon/splines" +homepage = "https://github.com/hadronized/splines" +repository = "https://github.com/hadronized/splines" documentation = "https://docs.rs/splines" readme = "README.md"