Merge pull request #113158 from AndersonTorres/updates

py65: eliminate unneeded meta.platforms
This commit is contained in:
Anderson Torres 2021-02-14 19:54:33 -03:00 committed by GitHub
commit be864bbd67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,5 @@ buildPythonApplication rec {
'';
license = licenses.bsd3;
maintainers = with maintainers; [ AndersonTorres ];
platforms = with platforms; all;
};
}