Commit 55cde64d authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.ascii-magic: add changelog to meta

parent 94d5d263
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };