fix repo url

This commit is contained in:
Ignacio Ballesteros
2026-02-17 22:37:16 +01:00
parent f9a8c01552
commit d319087c44
2 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
"version": "1.0.0",
"description": "Export Zotero PDF/EPUB annotations to Org-mode files for Emacs, org-roam, and citar",
"author": "Ignacio",
"homepage_url": "https://github.com/ignaciobll/zotero-org-export-annotations",
"homepage_url": "https://gitea.bueso.eu/ignacio.ballesteros/zotero-notes-export-org",
"icons": {
"48": "content/icons/icon.svg",
"96": "content/icons/icon@2x.svg"
@@ -12,7 +12,7 @@
"applications": {
"zotero": {
"id": "org-export-annotations@zotero.org",
"update_url": "https://github.com/ignaciobll/zotero-org-export-annotations/releases/download/release/update.json",
"update_url": "https://gitea.bueso.eu/ignacio.ballesteros/zotero-notes-export-org/releases/download/release/update.json",
"strict_min_version": "7.0",
"strict_max_version": "8.*"
}