{birdtray,isgx,mycrypto,osu-lazer,stretchly,tree-sitter}: remove oxalica as maintainer

oxalica 9b3ff483 7f256d7d

+7 -8
+1 -1
pkgs/applications/blockchains/mycrypto/default.nix
··· 49 49 homepage = "https://mycrypto.com"; 50 50 license = licenses.mit; 51 51 platforms = [ "x86_64-linux" ]; 52 - maintainers = with maintainers; [ oxalica ]; 52 + maintainers = [ ]; 53 53 }; 54 54 }
+1 -1
pkgs/applications/misc/birdtray/default.nix
··· 44 44 description = "Mail system tray notification icon for Thunderbird"; 45 45 homepage = "https://github.com/gyunaev/birdtray"; 46 46 license = licenses.gpl3Plus; 47 - maintainers = with maintainers; [ Flakebi oxalica ]; 47 + maintainers = with maintainers; [ Flakebi ]; 48 48 platforms = platforms.linux; 49 49 }; 50 50 }
+1 -1
pkgs/applications/misc/stretchly/default.nix
··· 74 74 homepage = "https://hovancik.net/stretchly"; 75 75 downloadPage = "https://hovancik.net/stretchly/downloads/"; 76 76 license = licenses.bsd2; 77 - maintainers = with maintainers; [ _1000101 oxalica ]; 77 + maintainers = with maintainers; [ _1000101 ]; 78 78 platforms = platforms.linux; 79 79 }; 80 80 }
+1 -1
pkgs/development/tools/parsing/tree-sitter/default.nix
··· 163 163 * Dependency-free so that the runtime library (which is written in pure C) can be embedded in any application 164 164 ''; 165 165 license = licenses.mit; 166 - maintainers = with maintainers; [ oxalica Profpatsch ]; 166 + maintainers = with maintainers; [ Profpatsch ]; 167 167 }; 168 168 }
+1 -2
pkgs/games/osu-lazer/default.nix
··· 9 9 , SDL2 10 10 , lttng-ust 11 11 , numactl 12 - , dotnetCorePackages 13 12 , libglvnd 14 13 , xorg 15 14 , udev ··· 84 83 cc-by-nc-40 85 84 unfreeRedistributable # osu-framework contains libbass.so in repository 86 85 ]; 87 - maintainers = with maintainers; [ oxalica thiagokokada ]; 86 + maintainers = with maintainers; [ thiagokokada ]; 88 87 platforms = [ "x86_64-linux" ]; 89 88 mainProgram = "osu!"; 90 89 };
+2 -2
pkgs/os-specific/linux/isgx/default.nix
··· 1 - { stdenv, lib, fetchFromGitHub, kernel, kernelAtLeast }: 1 + { stdenv, lib, fetchFromGitHub, kernel }: 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "isgx-${version}-${kernel.version}"; ··· 39 39 ''; 40 40 homepage = "https://github.com/intel/linux-sgx-driver"; 41 41 license = with licenses; [ bsd3 /* OR */ gpl2Only ]; 42 - maintainers = with maintainers; [ oxalica ]; 42 + maintainers = [ ]; 43 43 platforms = [ "x86_64-linux" ]; 44 44 }; 45 45 }