Skip to content

Commit

Permalink
Fixed remaining jilleJr->applejag references
Browse files Browse the repository at this point in the history
  • Loading branch information
applejag committed Nov 1, 2023
1 parent fa6d985 commit 5f1ca42
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
project_name: kubectl-klock
release:
github:
owner: jilleJr
owner: applejag
name: kubectl-klock
builds:
- goos:
Expand Down
18 changes: 9 additions & 9 deletions .krew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ metadata:
name: klock
spec:
version: {{ .TagName }}
homepage: https://github.com/jilleJr/kubectl-klock
homepage: https://github.com/applejag/kubectl-klock
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
{{addURIAndSha "https://github.com/jilleJr/kubectl-klock/releases/download/{{ .TagName }}/kubectl-klock_linux_amd64.tar.gz" .TagName }}
{{addURIAndSha "https://github.com/applejag/kubectl-klock/releases/download/{{ .TagName }}/kubectl-klock_linux_amd64.tar.gz" .TagName }}
files:
- from: "./kubectl-klock"
to: "."
Expand All @@ -26,7 +26,7 @@ spec:
matchLabels:
os: linux
arch: "386"
{{addURIAndSha "https://github.com/jilleJr/kubectl-klock/releases/download/{{ .TagName }}/kubectl-klock_linux_386.tar.gz" .TagName }}
{{addURIAndSha "https://github.com/applejag/kubectl-klock/releases/download/{{ .TagName }}/kubectl-klock_linux_386.tar.gz" .TagName }}
files:
- from: "./kubectl-klock"
to: "."
Expand All @@ -38,7 +38,7 @@ spec:
matchLabels:
os: linux
arch: "arm64"
{{addURIAndSha "https://github.com/jilleJr/kubectl-klock/releases/download/{{ .TagName }}/kubectl-klock_linux_arm64.tar.gz" .TagName }}
{{addURIAndSha "https://github.com/applejag/kubectl-klock/releases/download/{{ .TagName }}/kubectl-klock_linux_arm64.tar.gz" .TagName }}
files:
- from: "./kubectl-klock"
to: "."
Expand All @@ -50,7 +50,7 @@ spec:
matchLabels:
os: darwin
arch: amd64
{{addURIAndSha "https://github.com/jilleJr/kubectl-klock/releases/download/{{ .TagName }}/kubectl-klock_darwin_amd64.tar.gz" .TagName }}
{{addURIAndSha "https://github.com/applejag/kubectl-klock/releases/download/{{ .TagName }}/kubectl-klock_darwin_amd64.tar.gz" .TagName }}
files:
- from: "./kubectl-klock"
to: "."
Expand All @@ -62,7 +62,7 @@ spec:
matchLabels:
os: darwin
arch: arm64
{{addURIAndSha "https://github.com/jilleJr/kubectl-klock/releases/download/{{ .TagName }}/kubectl-klock_darwin_arm64.tar.gz" .TagName }}
{{addURIAndSha "https://github.com/applejag/kubectl-klock/releases/download/{{ .TagName }}/kubectl-klock_darwin_arm64.tar.gz" .TagName }}
files:
- from: "./kubectl-klock"
to: "."
Expand All @@ -74,7 +74,7 @@ spec:
matchLabels:
os: windows
arch: amd64
{{addURIAndSha "https://github.com/jilleJr/kubectl-klock/releases/download/{{ .TagName }}/kubectl-klock_windows_amd64.zip" .TagName }}
{{addURIAndSha "https://github.com/applejag/kubectl-klock/releases/download/{{ .TagName }}/kubectl-klock_windows_amd64.zip" .TagName }}
files:
- from: "/kubectl-klock.exe"
to: "."
Expand All @@ -86,7 +86,7 @@ spec:
matchLabels:
os: windows
arch: "386"
{{addURIAndSha "https://github.com/jilleJr/kubectl-klock/releases/download/{{ .TagName }}/kubectl-klock_windows_386.zip" .TagName }}
{{addURIAndSha "https://github.com/applejag/kubectl-klock/releases/download/{{ .TagName }}/kubectl-klock_windows_386.zip" .TagName }}
files:
- from: "/kubectl-klock.exe"
to: "."
Expand All @@ -98,7 +98,7 @@ spec:
matchLabels:
os: windows
arch: arm64
{{addURIAndSha "https://github.com/jilleJr/kubectl-klock/releases/download/{{ .TagName }}/kubectl-klock_windows_arm64.zip" .TagName }}
{{addURIAndSha "https://github.com/applejag/kubectl-klock/releases/download/{{ .TagName }}/kubectl-klock_windows_arm64.zip" .TagName }}
files:
- from: "/kubectl-klock.exe"
to: "."
Expand Down

0 comments on commit 5f1ca42

Please sign in to comment.