Commit 512fff49 authored by jopejoe1's avatar jopejoe1
Browse files

python3Packages.avro3k: set license

parent ba81fb35
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,5 +31,6 @@ buildPythonPackage rec {
    description = "Serialization and RPC framework";
    mainProgram = "avro";
    homepage = "https://pypi.python.org/pypi/avro3k/";
    license = lib.licenses.asl20;
  };
}