From 3cad2da1f8ab5f1941503b9df8b6da8a52cab0cd Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 14 Jan 2024 12:50:42 +0100 Subject: [PATCH] python311Packages.epion: add changelog to meta --- pkgs/development/python-modules/epion/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/epion/default.nix b/pkgs/development/python-modules/epion/default.nix index 945c65554d3a..69afe290652a 100644 --- a/pkgs/development/python-modules/epion/default.nix +++ b/pkgs/development/python-modules/epion/default.nix @@ -42,6 +42,7 @@ buildPythonPackage rec { meta = with lib; { description = "Module to access Epion sensor data"; homepage = "https://github.com/devenzo-com/epion_python"; + changelog = "https://github.com/devenzo-com/epion_python/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; };