diff options
author | EuAndreh <eu@euandre.org> | 2023-03-22 17:17:34 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-22 17:17:34 -0300 |
commit | f80673318e366b2ae8a7666cdb804500545fabb2 (patch) | |
tree | f2d09ebec0ca36848bf4cee51ac40e06e5b4cdd2 /Formula/git-permalink-0-1-0.rb | |
parent | src/bin/paku: Improve name of package variants (diff) | |
download | package-repository-f80673318e366b2ae8a7666cdb804500545fabb2.tar.gz package-repository-f80673318e366b2ae8a7666cdb804500545fabb2.tar.xz |
src/bin/paku: Use homepage, changelog and downloads-page from paku.lock directly
Diffstat (limited to 'Formula/git-permalink-0-1-0.rb')
-rw-r--r-- | Formula/git-permalink-0-1-0.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Formula/git-permalink-0-1-0.rb b/Formula/git-permalink-0-1-0.rb index a7368a5..3392926 100644 --- a/Formula/git-permalink-0-1-0.rb +++ b/Formula/git-permalink-0-1-0.rb @@ -1,6 +1,6 @@ class GitPermalink010 < Formula desc 'Git extension to generate web permalinks of files in a repository' - homepage 'https://euandre.org/s/git-permalink' + homepage 'https://euandre.org/s/git-permalink/' url 'https://euandre.org/git/git-permalink/snapshot/git-permalink-v0.1.0.tar.xz' sha256 '252c98e349fed8df180ace540675b69a811ff56a9f06fa505eb475e047648a1f' license 'AGPL-3.0-or-later' |