pythonPackages.xlsx2csv: fix homepage

This commit is contained in:
Sandro 2021-04-29 09:09:37 +02:00 committed by GitHub
parent 3f98c6e86c
commit 77485293df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,10 +13,9 @@ buildPythonPackage rec {
}; };
meta = with lib; { meta = with lib; {
homepage = "https://github.com/bitprophet/alabaster"; homepage = "https://github.com/dilshod/xlsx2csv";
description = "Convert xlsx to csv"; description = "Convert xlsx to csv";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ jb55 ]; maintainers = with maintainers; [ jb55 ];
}; };
} }