treewide: Fix meta.platforms related typos

This commit is contained in:
Tuomas Tynkkynen
2016-08-02 17:41:28 +03:00
parent e669521834
commit b96fe03484
10 changed files with 17 additions and 18 deletions

View File

@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
description = "A simple Lisp with an integrated database";
homepage = http://picolisp.com/;
license = licenses.mit;
platform = platforms.all;
platforms = platforms.all;
maintainers = with maintainers; [ raskin tohl ];
};