skaffold: orphan.

This commit is contained in:
Leah Neukirchen 2023-01-12 16:12:08 +01:00
parent 1f24b3a9d7
commit 48bb3a158d
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ go_import_path=github.com/GoogleContainerTools/skaffold
go_package="${go_import_path}/cmd/skaffold" go_package="${go_import_path}/cmd/skaffold"
go_ldflags="-X ${go_import_path}/pkg/skaffold/version.version=${version}" go_ldflags="-X ${go_import_path}/pkg/skaffold/version.version=${version}"
short_desc="Easy and repeatable Kubernetes development" short_desc="Easy and repeatable Kubernetes development"
maintainer="Leah Neukirchen <leah@vuxu.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0" license="Apache-2.0"
homepage="https://skaffold.dev/" homepage="https://skaffold.dev/"
changelog="https://github.com/GoogleContainerTools/skaffold/releases" changelog="https://github.com/GoogleContainerTools/skaffold/releases"