pythonPackages.arrow: fix license (#85803)

This commit is contained in:
Drew
2020-04-22 16:40:23 -04:00
committed by GitHub
parent ccb580fa4d
commit af3e5fc48a

View File

@@ -25,7 +25,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Python library for date manipulation";
license = "apache";
license = licenses.asl20;
maintainers = with maintainers; [ thoughtpolice ];
};
}