Commit 98931567 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.pykakasi: add changelog to meta

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