Commit 4af510c7 authored by Jörg Thalheim's avatar Jörg Thalheim
Browse files

treewide: drop myself from packages that I don't activily maintain

parent dd62c08a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ rustPlatform.buildRustPackage rec {
    description = "Reference client for NEAR Protocol";
    homepage = "https://github.com/near/nearcore";
    license = licenses.gpl3;
    maintainers = with maintainers; [ mic92 mikroskeem ];
    maintainers = with maintainers; [ mikroskeem ];
    # only x86_64 is supported in nearcore because of sse4+ support, macOS might
    # be also possible
    platforms = [ "x86_64-linux" ];
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ let
          Enhancing productivity for every C and C++
          developer on Linux, macOS and Windows.
        '';
        maintainers = with maintainers; [ edwtjo mic92 tymscar ];
        maintainers = with maintainers; [ edwtjo tymscar ];
      };
    }).overrideAttrs (attrs: {
      nativeBuildInputs = (attrs.nativeBuildInputs or [ ]) ++ lib.optionals (stdenv.isLinux) [
+1 −1
Original line number Diff line number Diff line
@@ -50,6 +50,6 @@ stdenv.mkDerivation rec {
    changelog = "https://linuxcontainers.org/lxcfs/news/";
    license = licenses.asl20;
    platforms = platforms.linux;
    maintainers = with maintainers; [ mic92 ];
    maintainers = with maintainers; [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -773,6 +773,6 @@ stdenv.mkDerivation (finalAttrs: {
    # https://github.com/systemd/systemd/issues/20600#issuecomment-912338965
    broken = stdenv.hostPlatform.isStatic;
    priority = 10;
    maintainers = with maintainers; [ flokli kloenk mic92 ];
    maintainers = with maintainers; [ flokli kloenk ];
  };
})