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-2-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 '')
-rw-r--r-- | Formula/git-permalink-0-2-0.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Formula/git-permalink-0-2-0.rb b/Formula/git-permalink-0-2-0.rb index d28af13..7b66c53 100644 --- a/Formula/git-permalink-0-2-0.rb +++ b/Formula/git-permalink-0-2-0.rb @@ -1,6 +1,6 @@ class GitPermalink020 < 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.2.0.tar.xz' sha256 '9ea6562812f6127771bc2b86919ea63056fcc0f5c1e556875855c924ee8b1183' license 'AGPL-3.0-or-later' |