python3Packages.app-model: 0.3.1 -> 0.4.0 (#421555)

This commit is contained in:
Fabian Affolter
2025-08-10 23:41:20 +02:00
committed by GitHub
@@ -47,7 +47,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Module to implement generic application schema";
homepage = "https://github.com/pyapp-kit/app-model";
changelog = "https://github.com/pyapp-kit/app-model/blob/v${version}/CHANGELOG.md";
changelog = "https://github.com/pyapp-kit/app-model/blob/${src.tag}/CHANGELOG.md";
license = licenses.bsd3;
maintainers = with maintainers; [ fab ];
};