From c5c05f1be9669b74348e05acaf198662948dc2bb Mon Sep 17 00:00:00 2001 From: xmoo Date: Fri, 7 Apr 2023 22:15:50 +0000 Subject: [PATCH] Add package libpothole (#2565) Co-authored-by: Gabriel Huber --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 73aac8e..72aaebf 100644 --- a/packages.json +++ b/packages.json @@ -29828,5 +29828,18 @@ "description": "Library to ease writing cron-like programs", "license": "MIT/ISC", "web": "https://github.com/c-blake/cron" + }, + { + "name": "libpothole", + "url": "https://gt.tilambda.zone/o/pothole/libpothole.git", + "method": "git", + "tags": [ + "library", + "pothole", + "activitypub" + ], + "description": "Essential libraries for the Pothole server.", + "license": "GPL-3.0-or-later", + "web": "https://gt.tilambda.zone/o/pothole/libpothole" } ]