python313Packages.cashaddress: remove problematic with lib usage

Changed files
+3 -3
pkgs
development
python-modules
cashaddress
+3 -3
pkgs/development/python-modules/cashaddress/default.nix
···
pythonImportsCheck = [ "cashaddress" ];
-
meta = with lib; {
+
meta = {
description = "Python tool for convert bitcoin cash legacy addresses";
homepage = "https://github.com/oskyk/cashaddress";
changelog = "https://github.com/oskyk/cashaddress/releases/tag/${version}";
-
license = licenses.gpl3Only;
-
maintainers = with maintainers; [ fab ];
+
license = lib.licenses.gpl3Only;
+
maintainers = with lib.maintainers; [ fab ];
};
}