Commit b7105109 authored by jopejoe1's avatar jopejoe1
Browse files

pyhon3Packages.duet: set license

parent ba81fb35
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -36,5 +36,6 @@ buildPythonPackage rec {
    description = "Simple future-based async library for python";
    homepage = "https://github.com/google/duet";
    maintainers = [ ];
    license = lib.licenses.asl20;
  };
}