gramps: add license

This commit is contained in:
Eduard Bachmakov 2014-11-23 11:49:38 -05:00
parent 1ac091712f
commit fd259de158

View file

@ -52,5 +52,6 @@ pythonPackages.buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Genealogy software";
homepage = http://gramps-project.org;
license = licenses.gpl2;
};
}