summaryrefslogtreecommitdiffstats
path: root/pkgs/games/anki
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-05-11 23:30:50 +0200
committerPeter Simons <simons@cryp.to>2015-05-11 23:30:50 +0200
commit0c32585e67279c00336ee26777aab8f02c82a1a1 (patch)
tree07f37142770f8c19ab55660dc3f56acc342c0b60 /pkgs/games/anki
parentf5d8fb8409e250032de65c16a4cee2a603b2d24a (diff)
anki: polish meta section
Diffstat (limited to 'pkgs/games/anki')
-rw-r--r--pkgs/games/anki/default.nix15
1 files changed, 6 insertions, 9 deletions
diff --git a/pkgs/games/anki/default.nix b/pkgs/games/anki/default.nix
index 145ffed94f2a..8cb38c859ed1 100644
--- a/pkgs/games/anki/default.nix
+++ b/pkgs/games/anki/default.nix
@@ -51,7 +51,8 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://ankisrs.net/;
description = "Spaced repetition flashcard program";
- # Copy-pasted from the homepage
+ license = stdenv.lib.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
@@ -60,15 +61,11 @@ stdenv.mkDerivation rec {
Anyone who needs to remember things in their daily life can benefit from
Anki. Since it is content-agnostic and supports images, audio, videos and
scientific markup (via LaTeX), the possibilities are endless. For example:
-
- * learning a language
- * studying for medical and law exams
- * memorizing people's names and faces
- * brushing up on geography
- * mastering long poems
- * even practicing guitar chords!
+ learning a language, studying for medical and law exams, memorizing
+ people's names and faces, brushing up on geography, mastering long poems,
+ or even practicing guitar chords!
'';
- license = stdenv.lib.licenses.gpl3;
+
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
platforms = stdenv.lib.platforms.mesaPlatforms;
};