Commit 778e6403 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.hy: remove myself from maintainers

I lost touch with LISP years ago
parent 276e86d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}