python310Packages.whois: add changelog to meta
This commit is contained in:
parent
1db407ab61
commit
c31dae0c15
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,7 @@ buildPythonPackage rec {
|
||||||
owner = "DannyCork";
|
owner = "DannyCork";
|
||||||
repo = "python-whois";
|
repo = "python-whois";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
sha256 = "sha256-15oa7E33VQMPtI2LJ0XVKd42m9BY9jZLL3XGXpAhv/A=";
|
hash = "sha256-15oa7E33VQMPtI2LJ0XVKd42m9BY9jZLL3XGXpAhv/A=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -34,6 +34,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python module/library for retrieving WHOIS information";
|
description = "Python module/library for retrieving WHOIS information";
|
||||||
homepage = "https://github.com/DannyCork/python-whois/";
|
homepage = "https://github.com/DannyCork/python-whois/";
|
||||||
|
changelog = "https://github.com/DannyCork/python-whois/releases/tag/${version}";
|
||||||
license = with licenses; [ mit ];
|
license = with licenses; [ mit ];
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue