Skip to content

Commit 346f59b

Browse files
committed
pkgbuild: Fix license_url
1 parent 9883b20 commit 346f59b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/github-actions/generate-pkgbuild.py3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ for line in open('checksums/sha1sum.txt').readlines():
2121

2222
maintainer = '# Maintainer: Hoàng Văn Khải <[email protected]>\n'
2323
readme_url = f'https://raw.githubusercontent.com/KSXGitHub/parallel-disk-usage/{release_tag}/README.md'
24-
license_url = f'https://raw.githubusercontent.com/KSXGitHub/parallel-disk-usage/{release_tag}/LICENSE.md'
24+
license_url = f'https://raw.githubusercontent.com/KSXGitHub/parallel-disk-usage/{release_tag}/LICENSE'
2525

2626
opening = maintainer + '\n# This file is automatically generated. Do not edit.\n'
2727

0 commit comments

Comments
 (0)