Merge pull request #163032 from primeos/intel-media-driver

intel-{gmmlib,media-driver}: Remove myself as maintainer

authored by

Michael Weiss and committed by
GitHub
1cb13d0f b71a8e23

+3 -3
+1 -1
pkgs/development/libraries/intel-gmmlib/default.nix
··· 27 27 OpenCL(TM) and the Intel(R) Media Driver for VAAPI. 28 28 ''; 29 29 platforms = [ "x86_64-linux" "i686-linux" ]; 30 - maintainers = with maintainers; [ primeos SuperSandro2000 ]; 30 + maintainers = with maintainers; [ SuperSandro2000 ]; 31 31 }; 32 32 }
+1 -1
pkgs/development/libraries/intel-media-driver/default.nix
··· 63 63 changelog = "https://github.com/intel/media-driver/releases/tag/intel-media-${version}"; 64 64 license = with licenses; [ bsd3 mit ]; 65 65 platforms = platforms.linux; 66 - maintainers = with maintainers; [ primeos jfrankenau SuperSandro2000 ]; 66 + maintainers = with maintainers; [ jfrankenau SuperSandro2000 ]; 67 67 }; 68 68 }
+1 -1
pkgs/development/libraries/vaapi-intel/default.nix
··· 48 48 backends for each supported hardware vendor. 49 49 ''; 50 50 platforms = [ "x86_64-linux" "i686-linux" ]; 51 - maintainers = with maintainers; [ primeos ]; 51 + maintainers = with maintainers; [ ]; 52 52 }; 53 53 }