fix: use git.kalinow.ski

This commit is contained in:
2025-12-06 02:00:31 -05:00
parent 4f829f9e0a
commit 0419f548d2
4 changed files with 9 additions and 9 deletions

View File

@@ -33,5 +33,5 @@ linters-settings:
- blank # Blank section: contains all blank imports.
- default # Default section: contains all imports that could not be matched to another section type.
- prefix(github.com/pulumi/) # Custom section: groups all imports with the github.com/pulumi/ prefix.
- prefix(github.com/kiterun/pulumi-incus) # Custom section: local imports
- prefix(git.kalinow.ski/kiterun/pulumi-incus) # Custom section: local imports
custom-order: true