Skip to content

Commit 3fc7f10

Browse files
committed
We want the deb/RPM package name to remain mdtopdf, even though the repo name
changed. Hopefully, setting `project_name` will do the trick.
1 parent 7e6ea14 commit 3fc7f10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
# This is an example .goreleaser.yml file with some sensible defaults.
33
# Make sure to check the documentation at https://goreleaser.com
4+
project_name: mdtopdf
45
before:
56
hooks:
67
- git submodule update --remote --init
@@ -53,7 +54,7 @@ nfpms:
5354
- package_name: mdtopdf
5455
- file_name_template: "{{ .ConventionalFileName }}"
5556
id: packages
56-
homepage: https://github.com/solworktech/mdtopdf
57+
homepage: https://github.com/solworktech/md2pdf
5758
description: |-
5859
Markdown to PDF converter
5960
A CLI utility which, as the name implies, generates PDF from Markdown.

0 commit comments

Comments
 (0)