python310Packages.urlextract: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-25 09:33:16 +01:00 committed by GitHub
parent 3468d13fce
commit 087f870c3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,6 +50,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Collects and extracts URLs from given text";
homepage = "https://github.com/lipoja/URLExtract";
changelog = "https://github.com/lipoja/URLExtract/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ ilkecan ];
};