3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request from fabaff/emoji-change

python310Pacakges.emoji: add changelog to meta
This commit is contained in:
Fabian Affolter 2022-12-04 13:17:02 +01:00 committed by GitHub
commit 8a2817b50b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,6 +34,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Emoji for Python";
homepage = "https://github.com/carpedm20/emoji/";
changelog = "https://github.com/carpedm20/emoji/blob/v${version}/CHANGES.md";
license = licenses.bsd3;
maintainers = with maintainers; [ joachifm ];
};