We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
license_url
1 parent 9883b20 commit 346f59bCopy full SHA for 346f59b
ci/github-actions/generate-pkgbuild.py3
@@ -21,7 +21,7 @@ for line in open('checksums/sha1sum.txt').readlines():
21
22
maintainer = '# Maintainer: Hoàng Văn Khải <[email protected]>\n'
23
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'
+license_url = f'https://raw.githubusercontent.com/KSXGitHub/parallel-disk-usage/{release_tag}/LICENSE'
25
26
opening = maintainer + '\n# This file is automatically generated. Do not edit.\n'
27
0 commit comments