anki: update meta

This commit is contained in:
Jan Malakhovski 2018-10-19 21:59:47 +00:00
parent 0779d71915
commit 141eb8b843

View File

@ -115,10 +115,8 @@ in buildPythonApplication rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://ankisrs.net/; homepage = "https://apps.ankiweb.net/";
description = "Spaced repetition flashcard program"; description = "Spaced repetition flashcard program";
license = licenses.gpl3;
longDescription = '' longDescription = ''
Anki is a program which makes remembering things easy. Because it is a lot Anki is a program which makes remembering things easy. Because it is a lot
more efficient than traditional study methods, you can either greatly more efficient than traditional study methods, you can either greatly
@ -131,8 +129,9 @@ in buildPythonApplication rec {
people's names and faces, brushing up on geography, mastering long poems, people's names and faces, brushing up on geography, mastering long poems,
or even practicing guitar chords! or even practicing guitar chords!
''; '';
license = licenses.agpl3Plus;
maintainers = with maintainers; [ the-kenny ]; broken = stdenv.hostPlatform.isAarch64;
platforms = platforms.mesaPlatforms; platforms = platforms.mesaPlatforms;
maintainers = with maintainers; [ the-kenny ];
}; };
} }