From d7650693efe20e27700ce4331305ff96dbd62160 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= Date: Tue, 27 May 2025 01:36:45 +0200 Subject: [PATCH] python3Packages.drf-nested-routers: add meta.changelog --- pkgs/development/python-modules/drf-nested-routers/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/drf-nested-routers/default.nix b/pkgs/development/python-modules/drf-nested-routers/default.nix index dc7049700e25..e7ed06183786 100644 --- a/pkgs/development/python-modules/drf-nested-routers/default.nix +++ b/pkgs/development/python-modules/drf-nested-routers/default.nix @@ -33,6 +33,7 @@ buildPythonPackage rec { meta = with lib; { homepage = "https://github.com/alanjds/drf-nested-routers"; + changelog = "https://github.com/alanjds/drf-nested-routers/blob/v${version}/CHANGELOG.md"; description = "Provides routers and fields to create nested resources in the Django Rest Framework"; license = licenses.asl20; maintainers = with maintainers; [ felschr ];