python.pkgs.amqplib: add license

This commit is contained in:
Robert Schütz 2018-08-03 14:19:43 +02:00
parent 28808fe6b5
commit 433ffc32ea

View file

@ -15,5 +15,6 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
homepage = http://code.google.com/p/py-amqplib/;
description = "Python client for the Advanced Message Queuing Procotol (AMQP)";
license = licenses.lgpl21;
};
}