Unverified Commit 8379f8a6 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.m3u8: add changelog to meta

parent e85d5986
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -38,8 +38,9 @@ buildPythonPackage rec {
  ];

  meta = with lib; {
    homepage = "https://github.com/globocom/m3u8";
    description = "Python m3u8 parser";
    homepage = "https://github.com/globocom/m3u8";
    changelog = "https://github.com/globocom/m3u8/releases/tag//${version}";
    license = licenses.mit;
    maintainers = with maintainers; [ Scriptkiddi ];
  };