From 42abac3f6537d9f48c36208bb46b0db744f544d6 Mon Sep 17 00:00:00 2001 From: Matthias Schoettle Date: Wed, 12 Feb 2025 15:19:15 -0500 Subject: [PATCH] fix(metadata): update changelog URL for beautifulsoup4 (#34188) --- lib/data/changelog-urls.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/data/changelog-urls.json b/lib/data/changelog-urls.json index 737f1b3d4d1dbe..8f0d9f2a750b67 100644 --- a/lib/data/changelog-urls.json +++ b/lib/data/changelog-urls.json @@ -11,7 +11,7 @@ "zone.js": "https://github.com/angular/angular/blob/master/packages/zone.js/CHANGELOG.md" }, "pypi": { - "beautifulsoup4": "https://bazaar.launchpad.net/~leonardr/beautifulsoup/bs4/view/head:/CHANGELOG", + "beautifulsoup4": "https://git.launchpad.net/beautifulsoup/tree/CHANGELOG", "flake8": "https://flake8.pycqa.org/en/latest/release-notes/index.html", "django-storages": "https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst", "lxml": "https://git.launchpad.net/lxml/plain/CHANGES.txt",