python.pkgs.amqplib: add license
This commit is contained in:
parent
28808fe6b5
commit
433ffc32ea
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user