@@ -18,9 +18,9 @@ builds:
18
18
flags :
19
19
- -trimpath
20
20
ldflags :
21
- - -X 'github.com/metafates /mangal/constant.BuiltAt={{ .Date }}'
22
- - -X 'github.com/metafates /mangal/constant.BuiltBy={{ .Env.USER }}'
23
- - -X 'github.com/metafates /mangal/constant.Revision={{ .ShortCommit }}'
21
+ - -X 'github.com/telmo /mangal/constant.BuiltAt={{ .Date }}'
22
+ - -X 'github.com/telmo /mangal/constant.BuiltBy={{ .Env.USER }}'
23
+ - -X 'github.com/telmo /mangal/constant.Revision={{ .ShortCommit }}'
24
24
- -s
25
25
- -w
26
26
@@ -80,15 +80,15 @@ dockers:
80
80
- goos : linux
81
81
goarch : amd64
82
82
image_templates :
83
- - " metafates /mangal:latest"
83
+ - " telmo /mangal:latest"
84
84
skip_push : false
85
85
use : docker
86
86
87
87
brews :
88
88
- name : mangal
89
89
90
90
tap :
91
- owner : metafates
91
+ owner : telmo
92
92
name : homebrew-mangal
93
93
branch : main
94
94
token : " {{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
98
98
99
99
100
100
commit_msg_template : " Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
101
- homepage : " https://github.com/metafates /mangal"
101
+ homepage : " https://github.com/telmo /mangal"
102
102
description : " The ultimate CLI manga downloader!"
103
103
license : " MIT"
104
104
skip_upload : false
@@ -114,8 +114,8 @@ brews:
114
114
115
115
scoop :
116
116
bucket :
117
- owner : metafates
118
- name : scoop-metafates
117
+ owner : telmo
118
+ name : scoop-telmo
119
119
branch : main
120
120
token : " {{ .Env.SCOOP_TAP_GITHUB_TOKEN }}"
121
121
@@ -126,38 +126,38 @@ scoop:
126
126
127
127
128
128
commit_msg_template : " Scoop update for {{ .ProjectName }} version {{ .Tag }}"
129
- homepage : " https://github.com/metafates /mangal"
129
+ homepage : " https://github.com/telmo /mangal"
130
130
description : " The ultimate CLI manga downloader!"
131
131
license : MIT
132
132
skip_upload : false
133
133
134
134
135
135
release :
136
136
github :
137
- owner : metafates
137
+ owner : telmo
138
138
name : mangal
139
139
140
140
name_template : " {{.ProjectName}} v{{.Version}}"
141
141
header : |
142
142
To install:
143
143
```sh
144
- curl -sSL mangal.metafates .one/install | sh
144
+ curl -sSL mangal.telmo .one/install | sh
145
145
```
146
146
147
147
## What's new?
148
148
149
149
footer : |
150
150
151
- **Full Changelog**: https://github.com/metafates /mangal/compare/{{ .PreviousTag }}...{{ .Tag }}
151
+ **Full Changelog**: https://github.com/telmo /mangal/compare/{{ .PreviousTag }}...{{ .Tag }}
152
152
153
153
---
154
154
155
- Bugs? Suggestions? [Open an issue](https://github.com/metafates /mangal/issues/new/choose)
155
+ Bugs? Suggestions? [Open an issue](https://github.com/telmo /mangal/issues/new/choose)
156
156
157
157
nfpms :
158
158
- file_name_template : " {{ .ConventionalFileName }}"
159
- homepage : https://github.com/metafates /mangal
160
- maintainer :
metafates <[email protected] >
159
+ homepage : https://github.com/telmo /mangal
160
+ maintainer :
telmo <[email protected] >
161
161
description : |-
162
162
The most advanced cli manga downloader in the entire universe!
163
163
@@ -166,7 +166,7 @@ nfpms:
166
166
- deb
167
167
- rpm
168
168
169
- bindir : /usr/local/ bin
169
+ bindir : /usr/bin
170
170
section : utils
171
171
172
172
deb :
0 commit comments