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

python3Packages.atomicwrites: set license (#516432)

parents 7a1d9dcf 5467414e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -23,5 +23,6 @@ buildPythonPackage rec {
    description = "Atomic file writes on POSIX";
    homepage = "https://pypi.python.org/pypi/atomicwrites";
    maintainers = with lib.maintainers; [ matthiasbeyer ];
    license = lib.licenses.mit;
  };
}