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.
+