chore: s/nimbus/kiterun

This commit is contained in:
2025-12-06 02:36:17 -05:00
parent 21d9c92711
commit 18936ad756
41 changed files with 78 additions and 67 deletions

View File

@@ -31,7 +31,7 @@ import (
"github.com/pulumi/pulumi/pkg/v3/codegen/schema"
"github.com/pulumi/pulumi/sdk/v3/go/common/resource"
"git.kalinow.ski/nimbus/pulumi-incus/provider/pkg/version"
"git.kalinow.ski/kiterun/pulumi-incus/provider/pkg/version"
)
// all of the token components used below.
@@ -136,7 +136,7 @@ func Provider() tfbridge.ProviderInfo {
// https://www.pulumi.com/docs/guides/pulumi-packages/schema/#package.
Keywords: []string{"incus", "category/cloud", "containers", "nimbus"},
Homepage: "https://linuxcontainers.org",
Repository: "https://git.kalinow.ski/nimbus/pulumi-incus",
Repository: "https://git.kalinow.ski/kiterun/pulumi-incus",
// The GitHub Org for the provider - defaults to `terraform-providers`. Note that this should
// match the TF provider module's require directive, not any replace directives.
GitHubOrg: "lxc",