jbrout: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-06 13:03:36 +02:00
parent 8083fe9ea8
commit 21bcaf80e3
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -37,5 +37,6 @@ in pythonPackages.buildPythonApplication rec {
homepage = http://manatlan.com/jbrout/;
description = "Photo manager";
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl2Plus;
};
}