Skip to content

Commit 4c2fa50

Browse files
mbakalarskiclaude
andcommitted
Point the source URLs at netclab/function-eapi
`meta.crossplane.io/source` still named `mbakalarski/function-eapi`, the pre-rename URL. It is what the Marketplace listing links to, so the package published yesterday points readers at a redirect. pyproject.toml's three project.urls had the same leftover. GitHub 301s the old path, so nothing was broken -- but the annotation is metadata about where this package lives, and it should say so directly. Same cleanup netclab-xp did in netclab/netclab-xp#20. The author email is left alone: that is an identity, not a repo location. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent 68864e1 commit 4c2fa50

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

‎package/crossplane.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Function
33
metadata:
44
name: function-eapi
55
annotations:
6-
meta.crossplane.io/source: https://github.com/mbakalarski/function-eapi
6+
meta.crossplane.io/source: https://github.com/netclab/function-eapi
77
meta.crossplane.io/license: Apache-2.0
88
meta.crossplane.io/description: Configure Arista EOS devices via JSON-RPC.
99
meta.crossplane.io/readme: |

‎pyproject.toml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ dependencies = [
2828
dynamic = ["version"]
2929

3030
[project.urls]
31-
Documentation = "https://github.com/mbakalarski/function-eapi#readme"
32-
Issues = "https://github.com/mbakalarski/function-eapi/issues"
33-
Source = "https://github.com/mbakalarski/function-eapi"
31+
Documentation = "https://github.com/netclab/function-eapi#readme"
32+
Issues = "https://github.com/netclab/function-eapi/issues"
33+
Source = "https://github.com/netclab/function-eapi"
3434

3535
[project.scripts]
3636
function = "function.main:cli"

0 commit comments

Comments
 (0)