Commit ed34dd45 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.cle: refactor

parent b6ba93c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}