From db13bf86bd0e01e17b363c07c241974ee41057a7 Mon Sep 17 00:00:00 2001 From: Mo Beigi Date: Mon, 25 Dec 2023 16:31:30 +1100 Subject: [PATCH] Fix absolue url path --- fb2cal/__meta__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fb2cal/__meta__.py b/fb2cal/__meta__.py index 778c7d3..f776827 100644 --- a/fb2cal/__meta__.py +++ b/fb2cal/__meta__.py @@ -12,7 +12,7 @@ __github_url__ = 'https://github.com/mobeigi/fb2cal' __github_short_url__ = 'https://git.io/fjMwr' -__github_assets_absolute_url__ = 'https://raw.githubusercontent.com/mobeigi/fb2cal/main' +__github_assets_absolute_url__ = 'https://raw.githubusercontent.com/mobeigi/fb2cal/master' __download_url__= f'https://github.com/mobeigi/fb2cal/archive/v{__version__}.tar.gz'