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

View File

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