pythonPackages.xlsx2csv: fix homepage

authored by

Sandro and committed by
GitHub
77485293 3f98c6e8

+1 -2
+1 -2
pkgs/development/python-modules/xlsx2csv/default.nix
··· 13 13 }; 14 14 15 15 meta = with lib; { 16 - homepage = "https://github.com/bitprophet/alabaster"; 16 + homepage = "https://github.com/dilshod/xlsx2csv"; 17 17 description = "Convert xlsx to csv"; 18 18 license = licenses.bsd3; 19 19 maintainers = with maintainers; [ jb55 ]; 20 20 }; 21 - 22 21 }