···5252 description = "Reference client for NEAR Protocol";
5353 homepage = "https://github.com/near/nearcore";
5454 license = licenses.gpl3;
5555- maintainers = with maintainers; [ mic92 mikroskeem ];
5555+ maintainers = with maintainers; [ mikroskeem ];
5656 # only x86_64 is supported in nearcore because of sse4+ support, macOS might
5757 # be also possible
5858 platforms = [ "x86_64-linux" ];
+1-1
pkgs/applications/editors/jetbrains/default.nix
···4747 Enhancing productivity for every C and C++
4848 developer on Linux, macOS and Windows.
4949 '';
5050- maintainers = with maintainers; [ edwtjo mic92 tymscar ];
5050+ maintainers = with maintainers; [ edwtjo tymscar ];
5151 };
5252 }).overrideAttrs (attrs: {
5353 nativeBuildInputs = (attrs.nativeBuildInputs or [ ]) ++ lib.optionals (stdenv.isLinux) [