python312Packages.m3u8: fix changelog entry

This commit is contained in:
Fabian Affolter 2024-04-02 09:49:05 +02:00 committed by GitHub
parent 72d8e937dd
commit bddc7e4eb4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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