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

My hardware has become too old to profit from new features so I'll
rather spend my time on other packages.
This commit is contained in:
Michael Weiss 2022-03-06 17:42:09 +01:00
parent 7429dcdcb6
commit 8ef54b283b
No known key found for this signature in database
GPG key ID: 5BE487C4D4771D83
3 changed files with 3 additions and 3 deletions

View file

@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
OpenCL(TM) and the Intel(R) Media Driver for VAAPI.
'';
platforms = [ "x86_64-linux" "i686-linux" ];
maintainers = with maintainers; [ primeos SuperSandro2000 ];
maintainers = with maintainers; [ SuperSandro2000 ];
};
}

View file

@ -63,6 +63,6 @@ stdenv.mkDerivation rec {
changelog = "https://github.com/intel/media-driver/releases/tag/intel-media-${version}";
license = with licenses; [ bsd3 mit ];
platforms = platforms.linux;
maintainers = with maintainers; [ primeos jfrankenau SuperSandro2000 ];
maintainers = with maintainers; [ jfrankenau SuperSandro2000 ];
};
}

View file

@ -48,6 +48,6 @@ stdenv.mkDerivation rec {
backends for each supported hardware vendor.
'';
platforms = [ "x86_64-linux" "i686-linux" ];
maintainers = with maintainers; [ primeos ];
maintainers = with maintainers; [ ];
};
}