Skip to content

Commit 2280229

Browse files
committed
Updated releases API URL
1 parent 877d2c1 commit 2280229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pluginadmin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ def _get_existing_releases(
395395
) -> typing.List[GithubRelease]:
396396
"""Query the github API and retrieve existing releases"""
397397
# TODO: add support for pagination
398-
base_url = "https://api.github.com/repos/kartoza/qgis_geonode/releases"
398+
base_url = "https://api.github.com/repos/GeoNode/QGISGeoNodePlugin/releases"
399399
response = httpx.get(base_url, follow_redirects=True)
400400
result = []
401401
if response.status_code == 200:

0 commit comments

Comments
 (0)