diff --git a/pluginadmin.py b/pluginadmin.py index a847767..414f305 100644 --- a/pluginadmin.py +++ b/pluginadmin.py @@ -395,7 +395,7 @@ def _get_existing_releases( ) -> typing.List[GithubRelease]: """Query the github API and retrieve existing releases""" # TODO: add support for pagination - base_url = "https://api.github.com/repos/kartoza/qgis_geonode/releases" + base_url = "https://api.github.com/repos/GeoNode/QGISGeoNodePlugin/releases" response = httpx.get(base_url, follow_redirects=True) result = [] if response.status_code == 200: