mirror of
https://github.com/favonia/cloudflare-ddns.git
synced 2026-02-04 06:58:38 +02:00
docs: correct licensing on Artifact Hub (#955)
This commit is contained in:
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@@ -16,7 +16,7 @@ permissions:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: 'Build'
|
||||
name: "Build"
|
||||
runs-on: ubuntu-latest
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-build-${{ github.ref }}
|
||||
@@ -63,7 +63,7 @@ jobs:
|
||||
type=semver,pattern={{major}}
|
||||
type=semver,pattern={{version}}
|
||||
annotations: |
|
||||
io.artifacthub.package.license=Apache-2.0
|
||||
io.artifacthub.package.license=Apache-2.0 WITH LLVM-exception
|
||||
io.artifacthub.package.readme-url=https://raw.githubusercontent.com/favonia/cloudflare-ddns/main/build/SUMMARY.markdown
|
||||
io.artifacthub.package.maintainers=[{"name":"favonia","email":"favonia@email.com"}]
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user