internal/rosa: populate Anitya project ids

This enables release monitoring for all applicable projects.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-03-05 21:32:15 +09:00
parent 9989881dd9
commit f14ab80253
53 changed files with 171 additions and 3 deletions

View File

@@ -21,6 +21,8 @@ func init() {
Name: "util-macros",
Description: "X.Org Autotools macros",
Website: "https://xorg.freedesktop.org/",
ID: 5252,
}
}
@@ -54,6 +56,8 @@ func init() {
Name: "xproto",
Description: "X Window System unified protocol definitions",
Website: "https://gitlab.freedesktop.org/xorg/proto/xorgproto",
ID: 13650,
}
}
@@ -89,5 +93,7 @@ func init() {
Name: "libXau",
Description: "functions for handling Xauthority files and entries",
Website: "https://gitlab.freedesktop.org/xorg/lib/libxau",
ID: 1765,
}
}