python311Packages.epion: add changelog to meta

This commit is contained in:
Fabian Affolter 2024-01-14 12:50:42 +01:00 committed by GitHub
parent 217cc2b9fb
commit 3cad2da1f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];
};