python313Packages.cle: refactor

This commit is contained in:
Fabian Affolter
2025-03-22 17:56:46 +01:00
parent b6ba93c348
commit ed34dd4501
@@ -82,7 +82,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python loader for many binary formats";
homepage = "https://github.com/angr/cle";
license = with licenses; [ bsd2 ];
license = licenses.bsd2;
maintainers = with maintainers; [ fab ];
};
}