getmail: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-05 16:43:09 +02:00
parent 03b2a4dd79
commit e7c9273b87
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -26,5 +26,6 @@ python2Packages.buildPythonApplication rec {
homepage = http://pyropus.ca/software/getmail/;
inherit version;
updateWalker = true;
license = stdenv.lib.licenses.gpl2Plus;
};
}