From 4443ca3022ad06fcff221030d4fa290ec23fabad Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Thu, 13 Jun 2024 19:11:54 +0200 Subject: [PATCH] =?UTF-8?q?feat(contributions):=20add=20=E2=80=B9centpkg?= =?UTF-8?q?=E2=80=BA=20contribution?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Matej Focko --- src/pages/contributions.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/pages/contributions.tsx b/src/pages/contributions.tsx index 6edf7da..ccb5925 100644 --- a/src/pages/contributions.tsx +++ b/src/pages/contributions.tsx @@ -6,6 +6,17 @@ import Contribution, { } from "../components/contributions/Contribution"; const contributions: ContributionMetadata[] = [ + { + title: "centpkg", + description:

A tool for working with CentOS dist-git.

, + contribution: ( +

+ I have fixed a bug that caused centpkg-sig to be unable to + clone the dist-git repos from SIGs. +

+ ), + repoURL: "https://git.centos.org/centos/centpkg", + }, { title: "Fedora Messaging", description: (