Commit bc005b22 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.pyopenuv: add changelog to meta

parent 777bc816
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -55,6 +55,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Python API to retrieve data from openuv.io";
    homepage = "https://github.com/bachya/pyopenuv";
    changelog = "https://github.com/bachya/pyopenuv/releases/tag/${version}";
    license = with licenses; [ mit ];
    maintainers = with maintainers; [ fab ];
  };