@@ -111,8 +111,8 @@ dockers:
111111 build_flag_templates :
112112 - " --platform=linux/amd64"
113113 image_templates :
114- - " ghcr.io/pastelocal /pastelocal-remote:{{ .Version }}-amd64"
115- - " ghcr.io/pastelocal /pastelocal-remote:latest-amd64"
114+ - " ghcr.io/zen-open-source /pastelocal-remote:{{ .Version }}-amd64"
115+ - " ghcr.io/zen-open-source /pastelocal-remote:latest-amd64"
116116 goos : linux
117117 goarch : amd64
118118
@@ -123,25 +123,25 @@ dockers:
123123 build_flag_templates :
124124 - " --platform=linux/arm64"
125125 image_templates :
126- - " ghcr.io/pastelocal /pastelocal-remote:{{ .Version }}-arm64"
127- - " ghcr.io/pastelocal /pastelocal-remote:latest-arm64"
126+ - " ghcr.io/zen-open-source /pastelocal-remote:{{ .Version }}-arm64"
127+ - " ghcr.io/zen-open-source /pastelocal-remote:latest-arm64"
128128 goos : linux
129129 goarch : arm64
130130
131131docker_manifests :
132132 - id : remote-manifest
133- name_template : " ghcr.io/pastelocal /pastelocal-remote:{{ .Version }}"
133+ name_template : " ghcr.io/zen-open-source /pastelocal-remote:{{ .Version }}"
134134 image_templates :
135- - " ghcr.io/pastelocal /pastelocal-remote:{{ .Version }}-amd64"
136- - " ghcr.io/pastelocal /pastelocal-remote:{{ .Version }}-arm64"
135+ - " ghcr.io/zen-open-source /pastelocal-remote:{{ .Version }}-amd64"
136+ - " ghcr.io/zen-open-source /pastelocal-remote:{{ .Version }}-arm64"
137137
138138nfpms :
139139 - id : remote
140140 builds :
141141 - pastelocal-remote
142142 package_name : pastelocal-remote
143143 vendor : pastelocal
144- homepage : https://github.com/pastelocal/pastelocal
144+ homepage : https://github.com/Zen-Open-Source/PasteLocal
145145 maintainer : pastelocal contributors
146146 description : Remote helper for pastelocal clipboard bridge
147147 license : MIT
@@ -156,18 +156,18 @@ nfpms:
156156
157157release :
158158 github :
159- owner : pastelocal
160- name : pastelocal
159+ owner : Zen-Open-Source
160+ name : PasteLocal
161161 mode : replace
162162
163163brews :
164164 - name : pastelocal
165165 repository :
166- owner : pastelocal
166+ owner : Zen-Open-Source
167167 name : tap
168168 branch : main
169169 directory : Formula
170- homepage : https://github.com/pastelocal/pastelocal
170+ homepage : https://github.com/Zen-Open-Source/PasteLocal
171171 description : Clipboard bridge for Claude Code over SSH
172172 license : MIT
173173 install : |
0 commit comments