From 0c545bf2b40a97e20d3bc8a5e8bfc24482478d86 Mon Sep 17 00:00:00 2001 From: McKay Marston <39360821+mars2klb@users.noreply.github.com> Date: Tue, 7 Mar 2023 11:37:15 -0700 Subject: [PATCH] Added package epub2gpub (#2529) Co-authored-by: Gabriel Huber --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index f1963c2..cea9356 100644 --- a/packages.json +++ b/packages.json @@ -29405,5 +29405,20 @@ "description": "Library data wilayah indonesia", "license": "MIT", "web": "https://github.com/nekoding/wilayahindonesia-nim" + }, + { + "name": "epub2gpub", + "url": "https://gitlab.com/mars2klb/epub2gpub", + "method": "git", + "tags": [ + "epub", + "gpub", + "gemini", + "ebook", + "convert" + ], + "description": "Convert epub to gpub (https://codeberg.org/oppenlab/gempub)", + "license": "MIT", + "web": "https://gitlab.com/mars2klb/epub2gpub" } ]