python311Packages.pynina: add changelog

This commit is contained in:
Fabian Affolter
2023-07-18 21:55:42 +02:00
committed by GitHub
parent e51903bb1a
commit c03a4eef7f
@@ -32,6 +32,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python API wrapper to retrieve warnings from the german NINA app";
homepage = "https://gitlab.com/DeerMaximum/pynina";
changelog = "https://gitlab.com/DeerMaximum/pynina/-/releases/${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};