mirror of
https://github.com/mfocko/blog.git
synced 2024-11-10 00:09:07 +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";
|
} from "../components/contributions/Contribution";
|
||||||
|
|
||||||
const contributions: ContributionMetadata[] = [
|
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",
|
title: "Fedora Messaging",
|
||||||
description: (
|
description: (
|
||||||
|
|
Loading…
Reference in a new issue