feat(contributions): add ‹Fedora Messaging›

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2024-06-13 10:19:24 +02:00
parent b792521855
commit f56469e1b2
Signed by: mfocko
GPG key ID: 7C47D46246790496

View file

@ -6,6 +6,22 @@ import Contribution, {
} from "../components/contributions/Contribution";
const contributions: ContributionMetadata[] = [
{
title: "Fedora Messaging",
description: (
<p>
A library for sending AMQP messages with JSON schema in Fedora
infrastructure.
</p>
),
contribution: (
<p>
I contributed a small packaging fix that has been introduced by a new
feature.
</p>
),
repoURL: "https://github.com/fedora-infra/fedora-messaging",
},
{
title: "flexmock",
description: (