python310Packages.notify-py: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-09 08:34:59 +01:00 committed by GitHub
parent 88633b14ed
commit 54611edcc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};