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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];
};
}