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

authored by Jörg Thalheim and committed by Jörg Thalheim 4af510c7 dd62c08a

+4 -4
+1 -1
pkgs/applications/blockchains/nearcore/default.nix
··· 52 description = "Reference client for NEAR Protocol"; 53 homepage = "https://github.com/near/nearcore"; 54 license = licenses.gpl3; 55 - maintainers = with maintainers; [ mic92 mikroskeem ]; 56 # only x86_64 is supported in nearcore because of sse4+ support, macOS might 57 # be also possible 58 platforms = [ "x86_64-linux" ];
··· 52 description = "Reference client for NEAR Protocol"; 53 homepage = "https://github.com/near/nearcore"; 54 license = licenses.gpl3; 55 + maintainers = with maintainers; [ mikroskeem ]; 56 # only x86_64 is supported in nearcore because of sse4+ support, macOS might 57 # be also possible 58 platforms = [ "x86_64-linux" ];
+1 -1
pkgs/applications/editors/jetbrains/default.nix
··· 47 Enhancing productivity for every C and C++ 48 developer on Linux, macOS and Windows. 49 ''; 50 - maintainers = with maintainers; [ edwtjo mic92 tymscar ]; 51 }; 52 }).overrideAttrs (attrs: { 53 nativeBuildInputs = (attrs.nativeBuildInputs or [ ]) ++ lib.optionals (stdenv.isLinux) [
··· 47 Enhancing productivity for every C and C++ 48 developer on Linux, macOS and Windows. 49 ''; 50 + maintainers = with maintainers; [ edwtjo tymscar ]; 51 }; 52 }).overrideAttrs (attrs: { 53 nativeBuildInputs = (attrs.nativeBuildInputs or [ ]) ++ lib.optionals (stdenv.isLinux) [
+1 -1
pkgs/os-specific/linux/lxcfs/default.nix
··· 50 changelog = "https://linuxcontainers.org/lxcfs/news/"; 51 license = licenses.asl20; 52 platforms = platforms.linux; 53 - maintainers = with maintainers; [ mic92 ]; 54 }; 55 }
··· 50 changelog = "https://linuxcontainers.org/lxcfs/news/"; 51 license = licenses.asl20; 52 platforms = platforms.linux; 53 + maintainers = with maintainers; [ ]; 54 }; 55 }
+1 -1
pkgs/os-specific/linux/systemd/default.nix
··· 773 # https://github.com/systemd/systemd/issues/20600#issuecomment-912338965 774 broken = stdenv.hostPlatform.isStatic; 775 priority = 10; 776 - maintainers = with maintainers; [ flokli kloenk mic92 ]; 777 }; 778 })
··· 773 # https://github.com/systemd/systemd/issues/20600#issuecomment-912338965 774 broken = stdenv.hostPlatform.isStatic; 775 priority = 10; 776 + maintainers = with maintainers; [ flokli kloenk ]; 777 }; 778 })