various: fix changelog URL (#519509)

This commit is contained in:
Yohann Boniface
2026-05-12 21:42:29 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -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 ];
};
@@ -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 ];
};