Unverified Commit 8d1b4268 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

pyhon3Packages.duet: set license (#516434)

parents 0b7edfa9 b7105109
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;
  };
}