summary refs log tree commit diff
path: root/pkgs/games/anki
diff options
context:
space:
mode:
authorJan Malakhovski <oxij@oxij.org>2018-10-19 21:59:47 +0000
committerJan Malakhovski <oxij@oxij.org>2018-10-19 21:59:47 +0000
commit141eb8b84367ee481065c3c59e3f3cb098504f00 (patch)
tree3323832c43b93b3a071f56d4bf4fc30baff7d943 /pkgs/games/anki
parent0779d71915e65d10f10b5e220a80d6cedb2cd17c (diff)
downloadnixpkgs-141eb8b84367ee481065c3c59e3f3cb098504f00.tar
nixpkgs-141eb8b84367ee481065c3c59e3f3cb098504f00.tar.gz
nixpkgs-141eb8b84367ee481065c3c59e3f3cb098504f00.tar.bz2
nixpkgs-141eb8b84367ee481065c3c59e3f3cb098504f00.tar.lz
nixpkgs-141eb8b84367ee481065c3c59e3f3cb098504f00.tar.xz
nixpkgs-141eb8b84367ee481065c3c59e3f3cb098504f00.tar.zst
nixpkgs-141eb8b84367ee481065c3c59e3f3cb098504f00.zip
anki: update meta
Diffstat (limited to 'pkgs/games/anki')
-rw-r--r--pkgs/games/anki/default.nix9
1 files changed, 4 insertions, 5 deletions
diff --git a/pkgs/games/anki/default.nix b/pkgs/games/anki/default.nix
index b5630cd2a16..8ac70fcd6f3 100644
--- a/pkgs/games/anki/default.nix
+++ b/pkgs/games/anki/default.nix
@@ -115,10 +115,8 @@ in buildPythonApplication rec {
     '';
 
     meta = with stdenv.lib; {
-      homepage = http://ankisrs.net/;
+      homepage = "https://apps.ankiweb.net/";
       description = "Spaced repetition flashcard program";
-      license = licenses.gpl3;
-
       longDescription = ''
         Anki is a program which makes remembering things easy. Because it is a lot
         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,
         or even practicing guitar chords!
       '';
-
-      maintainers = with maintainers; [ the-kenny ];
+      license = licenses.agpl3Plus;
+      broken = stdenv.hostPlatform.isAarch64;
       platforms = platforms.mesaPlatforms;
+      maintainers = with maintainers; [ the-kenny ];
     };
 }