Unverified Commit 3cad2da1 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python311Packages.epion: add changelog to meta

parent 217cc2b9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };