python312Packages.hy: remove myself from maintainers

I lost touch with LISP years ago
This commit is contained in:
Fabian Affolter
2024-05-21 09:58:43 +02:00
parent 276e86d8ab
commit 778e640394
@@ -73,6 +73,6 @@ buildPythonPackage rec {
homepage = "https://hylang.org/";
changelog = "https://github.com/hylang/hy/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab mazurel nixy thiagokokada ];
maintainers = with maintainers; [ mazurel nixy thiagokokada ];
};
}