From 03b5c0e20a0448bdd8bac6d7504b135af703c169 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 7 Mar 2026 19:37:03 +0900 Subject: [PATCH] internal/rosa/tamago: populate Anitya project id This had to wait quite a while due to Microsoft Github rate-limiting. Signed-off-by: Ophestra --- internal/rosa/tamago.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/rosa/tamago.go b/internal/rosa/tamago.go index 1b2b4e3..86c57a8 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, } }