From d7ee18fbc68da857bb5c4338329b4675f040a948 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 29 Dec 2022 21:33:40 +0100 Subject: [PATCH] python310Packages.pycarwings2: add changelog to meta --- pkgs/development/python-modules/pycarwings2/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/pycarwings2/default.nix b/pkgs/development/python-modules/pycarwings2/default.nix index e404475e93ba..4f73f1483788 100644 --- a/pkgs/development/python-modules/pycarwings2/default.nix +++ b/pkgs/development/python-modules/pycarwings2/default.nix @@ -53,6 +53,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python library for interacting with the NissanConnect EV"; homepage = "https://github.com/filcole/pycarwings2"; + changelog = "https://github.com/filcole/pycarwings2/releases/tag/v${version}"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; };