python310Packages.m3u8: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-09-23 12:36:11 +02:00 committed by GitHub
parent e85d598603
commit 8379f8a664
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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