Skip to content

Commit

Permalink
fix: update source link to fix url (#70)
Browse files Browse the repository at this point in the history
URL in upbound marketplace is not renderd correctly. It is
rendered as `https://https//github.com/coopnorge/provider-github`

Removing the https part in the sourcecode might fix the problem
  • Loading branch information
AtzeDeVries authored Apr 16, 2024
1 parent 8b8f2a5 commit 207868a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/crossplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: provider-github
annotations:
meta.crossplane.io/maintainer: Coop Norge SA
meta.crossplane.io/source: https://github.com/coopnorge/provider-github
meta.crossplane.io/source: github.com/coopnorge/provider-github
meta.crossplane.io/license: Apache-2.0
meta.crossplane.io/description: |
The Github Crossplane provider adds support for
Expand Down

0 comments on commit 207868a

Please sign in to comment.