python310Packages.pykakasi: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-02-24 22:45:37 +01:00
parent 7d0ed7f2e5
commit 9893156710

View file

@ -56,6 +56,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python converter for Japanese Kana-kanji sentences into Kana-Roman";
homepage = "https://github.com/miurahr/pykakasi";
changelog = "https://github.com/miurahr/pykakasi/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};