diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-07 19:37:03 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-07 19:37:03 +0900 |
| commit | 03b5c0e20a0448bdd8bac6d7504b135af703c169 (patch) | |
| tree | 5e2244e719b98d086c51eb25e2bd93d461e994dd | |
| parent | 6a31fb4fa34fecb226e5a072d96a3ba9d1375077 (diff) | |
internal/rosa/tamago: populate Anitya project id
This had to wait quite a while due to Microsoft Github rate-limiting.
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | internal/rosa/tamago.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/rosa/tamago.go b/internal/rosa/tamago.go index 1b2b4e31..86c57a84 100644 --- a/internal/rosa/tamago.go +++ b/internal/rosa/tamago.go @@ -44,5 +44,7 @@ func init() { Name: "tamago", Description: "a Go toolchain extended with support for bare metal execution", Website: "https://github.com/usbarmory/tamago-go", + + ID: 388872, } } |
