diff --git a/package/crossplane.yaml b/package/crossplane.yaml index eb3d571..72dffac 100644 --- a/package/crossplane.yaml +++ b/package/crossplane.yaml @@ -3,7 +3,7 @@ kind: Function metadata: name: function-eapi annotations: - meta.crossplane.io/source: https://github.com/mbakalarski/function-eapi + meta.crossplane.io/source: https://github.com/netclab/function-eapi meta.crossplane.io/license: Apache-2.0 meta.crossplane.io/description: Configure Arista EOS devices via JSON-RPC. meta.crossplane.io/readme: | diff --git a/pyproject.toml b/pyproject.toml index a2b5e3b..01330dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,9 +28,9 @@ dependencies = [ dynamic = ["version"] [project.urls] -Documentation = "https://github.com/mbakalarski/function-eapi#readme" -Issues = "https://github.com/mbakalarski/function-eapi/issues" -Source = "https://github.com/mbakalarski/function-eapi" +Documentation = "https://github.com/netclab/function-eapi#readme" +Issues = "https://github.com/netclab/function-eapi/issues" +Source = "https://github.com/netclab/function-eapi" [project.scripts] function = "function.main:cli"