diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-04-02 22:42:16 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-04-02 22:42:16 +0900 |
| commit | 15bff9e1a687b9bc4c53f336bfc8fd70528d872f (patch) | |
| tree | b8091521dc8fc6d079ffc2a508fe142b1c9c6c29 /internal/rosa/p11.go | |
| parent | b948525c07fe642bee043a297db323f5825bc1a3 (diff) | |
internal/rosa/git: determine reporting name from url
This is generally correct, and is a lot cleaner to call.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/p11.go')
| -rw-r--r-- | internal/rosa/p11.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/p11.go b/internal/rosa/p11.go index d20449c0..70fe9419 100644 --- a/internal/rosa/p11.go +++ b/internal/rosa/p11.go @@ -8,7 +8,7 @@ func (t Toolchain) newP11Kit() (pkg.Artifact, string) { checksum = "3ei-6DUVtYzrRVe-SubtNgRlweXd6H2qHmUu-_5qVyIn6gSTvZbGS2u79Y8IFb2N" ) return t.NewPackage("p11-kit", version, t.NewViaGit( - "p11-kit-src", "https://github.com/p11-glue/p11-kit.git", + "https://github.com/p11-glue/p11-kit.git", "refs/tags/"+version, mustDecode(checksum), ), nil, &MesonHelper{ Setup: []KV{ |
