diofant: remove myself from maintainers

This commit is contained in:
Сухарик
2026-04-27 23:22:37 +03:00
parent bf70a27d01
commit d41ee37af3
@@ -82,6 +82,6 @@ buildPythonPackage rec {
description = "Python CAS library";
homepage = "https://github.com/diofant/diofant";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ suhr ];
maintainers = [ ];
};
}