We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 925bcc6 commit 36400ccCopy full SHA for 36400cc
1 file changed
.goreleaser.yaml
@@ -39,11 +39,11 @@ archives:
39
brews:
40
- name: memoryd
41
repository:
42
- owner: kindling-sh
+ owner: jeff-vincent
43
name: homebrew-tap
44
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
45
directory: Formula
46
- homepage: https://github.com/kindling-sh/memoryd
+ homepage: https://github.com/jeff-vincent/memoryd
47
description: Persistent memory layer for coding agents
48
license: MIT
49
install: |
@@ -65,7 +65,7 @@ changelog:
65
66
release:
67
github:
68
69
name: memoryd
70
draft: false
71
prerelease: auto
0 commit comments