pixie: fix description

This commit is contained in:
Joachim Fasting 2016-03-06 14:04:37 +01:00
parent 5ac1de516e
commit fe37f28939

View File

@ -70,7 +70,7 @@ let
--prefix PATH : ${bin-path} --prefix PATH : ${bin-path}
''; '';
meta = { meta = {
description = "Pixie is a clojure-like lisp, built with the pypy vm toolkit."; description = "A clojure-like lisp, built with the pypy vm toolkit";
homepage = "https://github.com/pixie-lang/pixie"; homepage = "https://github.com/pixie-lang/pixie";
license = stdenv.lib.licenses.lgpl3; license = stdenv.lib.licenses.lgpl3;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;