diff --git a/src/@awesome-cordova-plugins/plugins/screenshot/index.ts b/src/@awesome-cordova-plugins/plugins/screenshot/index.ts index b6a1b2e83..9cd60a2e2 100644 --- a/src/@awesome-cordova-plugins/plugins/screenshot/index.ts +++ b/src/@awesome-cordova-plugins/plugins/screenshot/index.ts @@ -23,7 +23,7 @@ declare const navigator: any; */ @Plugin({ pluginName: 'Screenshot', - plugin: '@herdwatch-apps/cordova-plugin-screenshot', + plugin: '@herdwatch/cordova-plugin-screenshot', pluginRef: 'navigator.screenshot', repo: 'https://github.com/herdwatch-apps/cordova-plugin-screenshot', platforms: ['Android', 'iOS'],