python310Packages.ascii-magic: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-02-21 08:48:10 +01:00
parent 94d5d2635b
commit 55cde64d04

View file

@ -30,6 +30,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python module to converts pictures into ASCII art";
homepage = "https://github.com/LeandroBarone/python-ascii_magic";
changelog = "https://github.com/LeandroBarone/python-ascii_magic#changelog";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};