Skip to content

Commit 2365806

Browse files
Fix naming
1 parent b921d2c commit 2365806

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
store_version = 5 # Needed for dynamic plugin loading
1414

1515
__license__ = 'MIT'
16-
__copyright__ = 'Fallacious Reasoning'
16+
__copyright__ = 'fallaciousreasoning'
1717
__docformat__ = 'restructuredtext en'
1818

1919
PLUGIN_NAME = 'Libgen Fiction'
2020
PLUGIN_DESCRIPTION = 'Adds a Libgen Fiction search provider to Calibre'
21-
PLUGIN_AUTHORS = "Fallacious Reasoning (https://github.com/fallaciousreasoning/CalibreLibgenStore)"
21+
PLUGIN_AUTHORS = "fallaciousreasoning (https://github.com/fallaciousreasoning/CalibreLibgenStore)"
2222
PLUGIN_VERSION = (0, 2, 0)
2323

2424
class LibgenStore(StorePlugin):

0 commit comments

Comments
 (0)