xournal: add license info

This commit is contained in:
Joel Moberg 2015-04-20 16:21:13 +02:00
parent d5f187de03
commit 49f4dba4c7

View file

@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
homepage = http://xournal.sourceforge.net/;
description = "note-taking application (supposes stylus)";
maintainers = [ stdenv.lib.maintainers.guibert ];
license = stdenv.lib.licenses.gpl2;
};
}