From 154eef302ea2aa0c6fb92f0e73d4b45fbda74dc2 Mon Sep 17 00:00:00 2001 From: Nic Cope Date: Tue, 25 Mar 2025 18:14:22 -0700 Subject: [PATCH 1/2] Update org from negz to crossplane-contrib Signed-off-by: Nic Cope --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d464791..9b098bb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # function-python -[![CI](https://github.com/negz/function-python/actions/workflows/ci.yml/badge.svg)](https://github.com/negz/function-python/actions/workflows/ci.yml) +[![CI](https://github.com/crossplane-contrib/function-python/actions/workflows/ci.yml/badge.svg)](https://github.com/crossplane-contrib/function-python/actions/workflows/ci.yml) A Crossplane composition function that lets you compose resources using Python. @@ -67,4 +67,4 @@ YAML becomes unwieldy, consider building a Python function using [function-sdk-python]: https://github.com/crossplane/function-sdk-python [buf-types]: https://buf.build/crossplane/crossplane/docs/main:apiextensions.fn.proto.v1 [python-protobuf]: https://protobuf.dev/reference/python/python-generated/ -[function-template-python]: https://github.com/crossplane/function-template-python \ No newline at end of file +[function-template-python]: https://github.com/crossplane/function-template-python From 17346a48158c0f92668e5f37ac5b6187a6b29a5d Mon Sep 17 00:00:00 2001 From: Nic Cope Date: Tue, 25 Mar 2025 18:15:36 -0700 Subject: [PATCH 2/2] Use function-python, not function-template-python, in URLs Signed-off-by: Nic Cope --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fddd1f7..2b6bba6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,9 +26,9 @@ dependencies = [ dynamic = ["version"] [project.urls] -Documentation = "https://github.com/crossplane/function-template-python#readme" -Issues = "https://github.com/crossplane/function-template-python/issues" -Source = "https://github.com/crossplane/function-template-python" +Documentation = "https://github.com/crossplane-contrib/function-python#readme" +Issues = "https://github.com/crossplane-contrib/function-python/issues" +Source = "https://github.com/crossplane-contrib/function-python" [project.scripts] function = "function.main:cli"