switch to codeberg (#1)

Co-authored-by: Thomas von Dein <tom@vondein.org>
Reviewed-on: https://codeberg.org/scip/epuppy/pulls/1
This commit is contained in:
T. von Dein
2025-10-30 23:37:01 +01:00
parent 7a12e8e8b0
commit c1f757197d
18 changed files with 144 additions and 142 deletions

View File

@@ -22,8 +22,8 @@ import (
"path/filepath"
"strings"
"codeberg.org/scip/epuppy/pkg/epub"
"github.com/alecthomas/repr"
"github.com/tlinden/epuppy/pkg/epub"
)
func Prepare(conf *Config) (*Ebook, error) {