Skip to content

Commit

Permalink
add_to_collection: Fixed user guide URL
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Mar 19, 2024
1 parent e349a84 commit c773e0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/add_to_collection/manifest.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PLUGIN_NAME = "Add to Collection"
PLUGIN_AUTHOR = "Dvir Yitzchaki ([email protected])"
PLUGIN_DESCRIPTION = "Adds any saved release to one of your user collections"
PLUGIN_VERSION = "0.1"
PLUGIN_VERSION = "0.1.1"
PLUGIN_API_VERSIONS = ["2.0"]
PLUGIN_LICENSE = ("MIT",)
PLUGIN_LICENSE_URL = "https://spdx.org/licenses/MIT.html"
PLUGIN_USER_GUIDE_URL = (
"https://github.com/metabrainz/picard-plugins/plugins/add-to-collection/README.md"
"https://github.com/metabrainz/picard-plugins/blob/2.0/plugins/add_to_collection/README.md"
)

0 comments on commit c773e0c

Please sign in to comment.