alchemy: add meta.longDescription

This commit is contained in:
Bjørn Forsman 2014-06-22 21:46:34 +02:00
parent 6693f6c3e3
commit a14365b568

View file

@ -22,6 +22,14 @@ stdenv.mkDerivation {
meta = {
description = "Drawing application";
longDescription = ''
Alchemy is an open drawing project aimed at exploring how we can sketch,
draw, and create on computers in new ways. Alchemy isnt software for
creating finished artwork, but rather a sketching environment that
focuses on the absolute initial stage of the creation process.
Experimental in nature, Alchemy lets you brainstorm visually to explore
an expanded range of ideas and possibilities in a serendipitous way.
'';
homepage = http://al.chemy.org/;
license = stdenv.lib.licenses.gpl3Plus;
maintainers = [stdenv.lib.maintainers.marcweber];