From c03a4eef7f4dc21057c28795e7136f711f0d0637 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 18 Jul 2023 21:55:42 +0200 Subject: [PATCH] python311Packages.pynina: add changelog --- pkgs/development/python-modules/pynina/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/pynina/default.nix b/pkgs/development/python-modules/pynina/default.nix index 9384cefc6072..a167f8cf1d65 100644 --- a/pkgs/development/python-modules/pynina/default.nix +++ b/pkgs/development/python-modules/pynina/default.nix @@ -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 ]; };