mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 03:58:10 +00:00
python310Packages.urlextract: add changelog to meta
This commit is contained in:
parent
3468d13fce
commit
087f870c3c
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user