forked from mirrors/nixpkgs
python310Packages.notify-py: add changelog to meta
This commit is contained in:
parent
88633b14ed
commit
54611edcc3
|
@ -19,11 +19,10 @@
|
|||
buildPythonPackage rec {
|
||||
pname = "notify-py";
|
||||
version = "0.3.39";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ms7m";
|
||||
repo = pname;
|
||||
|
@ -89,6 +88,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "Cross-platform desktop notification library for Python";
|
||||
homepage = "https://github.com/ms7m/notify-py";
|
||||
changelog = "https://github.com/ms7m/notify-py/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ austinbutler dotlambda ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue