ipu6*/ivsc*: drop maintenance

I have little hope for this camera and decided to replace it for now.

+6 -10
+1 -1
pkgs/development/libraries/gstreamer/icamerasrc/default.nix
··· 54 54 description = "GStreamer Plugin for MIPI camera support through the IPU6/IPU6EP/IPU6SE on Intel Tigerlake/Alderlake/Jasperlake platforms"; 55 55 homepage = "https://github.com/intel/icamerasrc/tree/icamerasrc_slim_api"; 56 56 license = licenses.lgpl21Plus; 57 - maintainers = with maintainers; [ hexa ]; 57 + maintainers = with maintainers; [ ]; 58 58 platforms = [ "x86_64-linux" ]; 59 59 }; 60 60 }
+1 -1
pkgs/development/libraries/ipu6-camera-hal/default.nix
··· 82 82 description = "HAL for processing of images in userspace"; 83 83 homepage = "https://github.com/intel/ipu6-camera-hal"; 84 84 license = licenses.asl20; 85 - maintainers = with maintainers; [ hexa ]; 85 + maintainers = with maintainers; [ ]; 86 86 platforms = [ "x86_64-linux" ]; 87 87 }; 88 88 }
+1 -3
pkgs/os-specific/linux/firmware/ipu6-camera-bins/default.nix
··· 52 52 sourceProvenance = with sourceTypes; [ 53 53 binaryFirmware 54 54 ]; 55 - maintainers = with maintainers; [ 56 - hexa 57 - ]; 55 + maintainers = with maintainers; [ ]; 58 56 platforms = [ "x86_64-linux" ]; 59 57 }; 60 58 })
+1 -3
pkgs/os-specific/linux/firmware/ivsc-firmware/default.nix
··· 40 40 sourceProvenance = with sourceTypes; [ 41 41 binaryFirmware 42 42 ]; 43 - maintainers = with maintainers; [ 44 - hexa 45 - ]; 43 + maintainers = with maintainers; [ ]; 46 44 platforms = [ "x86_64-linux" ]; 47 45 }; 48 46 }
+1 -1
pkgs/os-specific/linux/ipu6-drivers/default.nix
··· 45 45 homepage = "https://github.com/intel/ipu6-drivers"; 46 46 description = "IPU6 kernel driver"; 47 47 license = lib.licenses.gpl2; 48 - maintainers = with lib.maintainers; [ hexa ]; 48 + maintainers = with lib.maintainers; [ ]; 49 49 platforms = [ "x86_64-linux" ]; 50 50 # requires 6.1.7 https://github.com/intel/ipu6-drivers/pull/84 51 51 broken = kernel.kernelOlder "6.1.7";
+1 -1
pkgs/os-specific/linux/ivsc-driver/default.nix
··· 36 36 homepage = "https://github.com/intel/ivsc-driver"; 37 37 description = "Intel Vision Sensing Controller kernel driver"; 38 38 license = lib.licenses.gpl2; 39 - maintainers = with lib.maintainers; [ hexa ]; 39 + maintainers = with lib.maintainers; [ ]; 40 40 platforms = [ "x86_64-linux" ]; 41 41 broken = kernel.kernelOlder "5.15"; 42 42 };