pythonPackages.xlsx2csv: fix homepage
This commit is contained in:
parent
3f98c6e86c
commit
77485293df
@ -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 ];
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user