aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/xcb.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-03-05 21:32:15 +0900
committerOphestra <cat@gensokyo.uk>2026-03-05 21:32:15 +0900
commitf14ab8025324be1889e41c9642965faf9000ba1b (patch)
treeb9d7eb7bd58fc9fe70344a5500913c1b7c62c930 /internal/rosa/xcb.go
parent9989881dd9bc153140d9da13bf12f09c5d5a7d5c (diff)
internal/rosa: populate Anitya project ids
This enables release monitoring for all applicable projects. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/xcb.go')
-rw-r--r--internal/rosa/xcb.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/rosa/xcb.go b/internal/rosa/xcb.go
index b27a4b98..d3fac5e1 100644
--- a/internal/rosa/xcb.go
+++ b/internal/rosa/xcb.go
@@ -22,6 +22,8 @@ func init() {
Name: "xcb-proto",
Description: "XML-XCB protocol descriptions used by libxcb for the X11 protocol & extensions",
Website: "https://gitlab.freedesktop.org/xorg/proto/xcbproto",
+
+ ID: 13646,
}
}
@@ -50,5 +52,7 @@ func init() {
Name: "xcb",
Description: "The X protocol C-language Binding",
Website: "https://xcb.freedesktop.org/",
+
+ ID: 1767,
}
}