From 778e640394681fe7c9b746308ca62de7a5aa30cc Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 21 May 2024 09:58:43 +0200 Subject: [PATCH] python312Packages.hy: remove myself from maintainers I lost touch with LISP years ago --- pkgs/development/python-modules/hy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/hy/default.nix b/pkgs/development/python-modules/hy/default.nix index 5fba90e3e59e..9d76120520f3 100644 --- a/pkgs/development/python-modules/hy/default.nix +++ b/pkgs/development/python-modules/hy/default.nix @@ -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 ]; }; }