mirror of
https://github.com/mfocko/blog.git
synced 2024-11-10 00:09:07 +01:00
feat(contributions): add ‹Fedora Messaging›
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
b792521855
commit
f56469e1b2
1 changed files with 16 additions and 0 deletions
|
@ -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: (
|
||||
|
|
Loading…
Reference in a new issue