babashka, clojure, python3Packages.{hy,hyrule}: remove thiagokokada from maintainers (#356167)

This commit is contained in:
Lin Jian 2024-11-15 21:26:34 +08:00 committed by GitHub
commit 86d353feb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 2 additions and 4 deletions

View File

@ -108,7 +108,6 @@ let
bhougland
DerGuteMoritz
jlesquembre
thiagokokada
];
};
};

View File

@ -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;
};
})

View File

@ -66,7 +66,6 @@ buildPythonPackage rec {
maintainers = with maintainers; [
mazurel
nixy
thiagokokada
];
};
}

View File

@ -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; [ ];
};
}