Unverified Commit 1f590af6 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python311Packages.yamlloader: add changelog to meta

parent 33fb8587
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "A case-insensitive list for Python";
    homepage = "https://github.com/Phynix/yamlloader";
    changelog = "https://github.com/Phynix/yamlloader/releases/tag/${version}";
    license = licenses.mit;
    maintainers = with maintainers; [ freezeboy ];
  };