diff --git a/pkgs/development/interpreters/babashka/default.nix b/pkgs/development/interpreters/babashka/default.nix index f413c47b8169..1f9490e2a90e 100644 --- a/pkgs/development/interpreters/babashka/default.nix +++ b/pkgs/development/interpreters/babashka/default.nix @@ -108,7 +108,6 @@ let bhougland DerGuteMoritz jlesquembre - thiagokokada ]; }; }; diff --git a/pkgs/development/interpreters/clojure/default.nix b/pkgs/development/interpreters/clojure/default.nix index 4643bb83f9bf..f6bc938222b7 100644 --- a/pkgs/development/interpreters/clojure/default.nix +++ b/pkgs/development/interpreters/clojure/default.nix @@ -98,7 +98,7 @@ stdenv.mkDerivation (finalAttrs: { offers a software transactional memory system and reactive Agent system that ensure clean, correct, multithreaded designs. ''; - maintainers = with maintainers; [ jlesquembre thiagokokada ]; + maintainers = with maintainers; [ jlesquembre ]; platforms = platforms.unix; }; }) diff --git a/pkgs/development/python-modules/hy/default.nix b/pkgs/development/python-modules/hy/default.nix index a07181cdcd2e..c49c8d6ca5e4 100644 --- a/pkgs/development/python-modules/hy/default.nix +++ b/pkgs/development/python-modules/hy/default.nix @@ -66,7 +66,6 @@ buildPythonPackage rec { maintainers = with maintainers; [ mazurel nixy - thiagokokada ]; }; } diff --git a/pkgs/development/python-modules/hyrule/default.nix b/pkgs/development/python-modules/hyrule/default.nix index d62e3ab517a1..68b07d5c30ee 100644 --- a/pkgs/development/python-modules/hyrule/default.nix +++ b/pkgs/development/python-modules/hyrule/default.nix @@ -35,6 +35,6 @@ buildPythonPackage rec { homepage = "https://github.com/hylang/hyrule"; changelog = "https://github.com/hylang/hylure/releases/tag/${version}"; license = licenses.mit; - maintainers = with maintainers; [ thiagokokada ]; + maintainers = with maintainers; [ ]; }; }