diofant: remove suhr from contributors

Signed-off-by: Sigmanificient <edhyjox@gmail.com>
This commit is contained in:
Сухарик
2026-03-23 21:06:37 +03:00
committed by Sigmanificient
parent 21ab0d33fd
commit 9d5e2be9c8
@@ -72,6 +72,6 @@ buildPythonPackage rec {
description = "Python CAS library";
homepage = "https://github.com/diofant/diofant";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ suhr ];
maintainers = [ ];
};
}