From 771ecd9a5baa857cd326978323eebf1e97722ae7 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sat, 6 Jan 2024 22:39:15 +0100 Subject: [PATCH] Fixed typo in the package name of the Github manifest. --- platypush/plugins/github/manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platypush/plugins/github/manifest.yaml b/platypush/plugins/github/manifest.yaml index 7d6ff3e4..23803201 100644 --- a/platypush/plugins/github/manifest.yaml +++ b/platypush/plugins/github/manifest.yaml @@ -16,5 +16,5 @@ manifest: - platypush.message.event.github.GithubSponsorshipEvent - platypush.message.event.github.GithubWatchEvent - platypush.message.event.github.GithubWikiEvent - package: platypush.plugin.github + package: platypush.plugins.github type: plugin