summary refs log tree commit diff
path: root/pkgs/games/anki
diff options
context:
space:
mode:
authorBenjamin Hipple <bhipple@protonmail.com>2020-06-20 00:36:47 -0400
committerProfpatsch <mail@profpatsch.de>2020-07-01 04:29:09 +0200
commitae56f20b71c70c165c0d2ee9c667eb0ac0bec37f (patch)
treef318270022b1e90789c59f730bc044c4c7abf669 /pkgs/games/anki
parentb799808261782cab9584114acf6bdb1f0df7dbb5 (diff)
downloadnixpkgs-ae56f20b71c70c165c0d2ee9c667eb0ac0bec37f.tar
nixpkgs-ae56f20b71c70c165c0d2ee9c667eb0ac0bec37f.tar.gz
nixpkgs-ae56f20b71c70c165c0d2ee9c667eb0ac0bec37f.tar.bz2
nixpkgs-ae56f20b71c70c165c0d2ee9c667eb0ac0bec37f.tar.lz
nixpkgs-ae56f20b71c70c165c0d2ee9c667eb0ac0bec37f.tar.xz
nixpkgs-ae56f20b71c70c165c0d2ee9c667eb0ac0bec37f.tar.zst
nixpkgs-ae56f20b71c70c165c0d2ee9c667eb0ac0bec37f.zip
anki: update download url
The original repo has been transferred on github, so the URL is a redirect to here.
Diffstat (limited to 'pkgs/games/anki')
-rw-r--r--pkgs/games/anki/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/games/anki/default.nix b/pkgs/games/anki/default.nix
index 489e72768ea..5eaf9f1d332 100644
--- a/pkgs/games/anki/default.nix
+++ b/pkgs/games/anki/default.nix
@@ -31,7 +31,7 @@
 
 let
   # when updating, also update rev-manual to a recent version of
-  # https://github.com/dae/ankidocs
+  # https://github.com/ankitects/anki-docs
   # The manual is distributed independently of the software.
   version = "2.1.15";
   sha256-pkg = "12dvyf3j9df4nrhhnqbzd9b21rpzkh4i6yhhangn2zf7ch0pclss";
@@ -42,8 +42,8 @@ let
     pname = "anki-manual";
     inherit version;
     src = fetchFromGitHub {
-      owner = "dae";
-      repo = "ankidocs";
+      owner = "ankitects";
+      repo = "anki-docs";
       rev = rev-manual;
       sha256 = sha256-manual;
     };