From d2dcfa496385b3a8c044c9f714713e7eebb7aea7 Mon Sep 17 00:00:00 2001 From: Sylvain Fankhauser Date: Tue, 12 May 2026 20:29:46 +0200 Subject: [PATCH 1/2] python3Packages.l18n: fix changelog URL --- pkgs/development/python-modules/l18n/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/l18n/default.nix b/pkgs/development/python-modules/l18n/default.nix index ca26a9a254d9..d34287dd96d7 100644 --- a/pkgs/development/python-modules/l18n/default.nix +++ b/pkgs/development/python-modules/l18n/default.nix @@ -29,7 +29,7 @@ buildPythonPackage (finalAttrs: { meta = { description = "Locale internationalization package"; homepage = "https://github.com/tkhyn/l18n"; - changelog = "https://github.com/tkhyn/l18n/blob/${finalAttrs.version}/CHANGES.rst"; + changelog = "https://github.com/tkhyn/l18n/blob/v${finalAttrs.version}.0/CHANGES.rst"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ sephi ]; }; From 2972c758e12c5b7b8ab4aadfb8cadef651817e57 Mon Sep 17 00:00:00 2001 From: Sylvain Fankhauser Date: Tue, 12 May 2026 20:30:09 +0200 Subject: [PATCH 2/2] python3Packages.django-rest-registration: fix changelog URL --- .../python-modules/django-rest-registration/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/django-rest-registration/default.nix b/pkgs/development/python-modules/django-rest-registration/default.nix index fe93f7ee8476..e08e9c668063 100644 --- a/pkgs/development/python-modules/django-rest-registration/default.nix +++ b/pkgs/development/python-modules/django-rest-registration/default.nix @@ -47,7 +47,7 @@ buildPythonPackage rec { meta = { description = "User-related REST API based on the awesome Django REST Framework"; homepage = "https://github.com/apragacz/django-rest-registration/"; - changelog = "https://github.com/apragacz/django-rest-registration/releases/tag/${version}"; + changelog = "https://github.com/apragacz/django-rest-registration/releases/tag/v${version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ sephi ]; };