Commit 5467414e authored by jopejoe1's avatar jopejoe1
Browse files

python3Packages.atomicwrites: set license

parent ba81fb35
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;
  };
}