python3Packages.drf-nested-routers: add meta.changelog

This commit is contained in:
Felix Schröter
2025-05-27 01:37:22 +02:00
parent 8b1088a522
commit d7650693ef
@@ -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 ];