mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
python310Packages.uritools: add changelog to meta
This commit is contained in:
parent
247090ac0d
commit
72b56e4b75
@ -13,7 +13,7 @@ buildPythonPackage rec {
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-78XDpt4FQEhQaFqNPzTahHa1aqNRb7+O/1yHBMeigm8=";
|
||||
hash = "sha256-78XDpt4FQEhQaFqNPzTahHa1aqNRb7+O/1yHBMeigm8=";
|
||||
};
|
||||
|
||||
pythonImportsCheck = [
|
||||
@ -23,6 +23,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "RFC 3986 compliant, Unicode-aware, scheme-agnostic replacement for urlparse";
|
||||
homepage = "https://github.com/tkem/uritools/";
|
||||
changelog = "https://github.com/tkem/uritools/blob/v${version}/CHANGELOG.rst";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ rvolosatovs ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user