Skip to content

Commit 8b168ed

Browse files
committed
chore: fix invalid git URL for AUR from sources
1 parent e384a86 commit 8b168ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ aur_sources:
111111
- "Fernandez Ludovic <lfernandez dot dev at gmail dot com>"
112112
license: APACHE
113113
private_key: "{{ .Env.AUR_KEY }}"
114-
git_url: "ssh://[email protected]/prm-bin.git"
114+
git_url: "ssh://[email protected]/prm.git"
115115
commit_author:
116116
name: ldez
117117

0 commit comments

Comments
 (0)