mirror of
https://github.com/mfocko/blog.git
synced 2024-11-09 15:59:06 +01:00
feat(contributions): add ‹centpkg› contribution
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
f56469e1b2
commit
4443ca3022
1 changed files with 11 additions and 0 deletions
|
@ -6,6 +6,17 @@ import Contribution, {
|
|||
} from "../components/contributions/Contribution";
|
||||
|
||||
const contributions: ContributionMetadata[] = [
|
||||
{
|
||||
title: "centpkg",
|
||||
description: <p>A tool for working with CentOS dist-git.</p>,
|
||||
contribution: (
|
||||
<p>
|
||||
I have fixed a bug that caused <code>centpkg-sig</code> to be unable to
|
||||
clone the dist-git repos from SIGs.
|
||||
</p>
|
||||
),
|
||||
repoURL: "https://git.centos.org/centos/centpkg",
|
||||
},
|
||||
{
|
||||
title: "Fedora Messaging",
|
||||
description: (
|
||||
|
|
Loading…
Reference in a new issue