forked from mirrors/nixpkgs
xournal: add license info
This commit is contained in:
parent
d5f187de03
commit
49f4dba4c7
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue