mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
Merge pull request #163032 from primeos/intel-media-driver
intel-{gmmlib,media-driver}: Remove myself as maintainer
This commit is contained in:
commit
1cb13d0f90
@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
|
|||||||
OpenCL(TM) and the Intel(R) Media Driver for VAAPI.
|
OpenCL(TM) and the Intel(R) Media Driver for VAAPI.
|
||||||
'';
|
'';
|
||||||
platforms = [ "x86_64-linux" "i686-linux" ];
|
platforms = [ "x86_64-linux" "i686-linux" ];
|
||||||
maintainers = with maintainers; [ primeos SuperSandro2000 ];
|
maintainers = with maintainers; [ SuperSandro2000 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -63,6 +63,6 @@ stdenv.mkDerivation rec {
|
|||||||
changelog = "https://github.com/intel/media-driver/releases/tag/intel-media-${version}";
|
changelog = "https://github.com/intel/media-driver/releases/tag/intel-media-${version}";
|
||||||
license = with licenses; [ bsd3 mit ];
|
license = with licenses; [ bsd3 mit ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ primeos jfrankenau SuperSandro2000 ];
|
maintainers = with maintainers; [ jfrankenau SuperSandro2000 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -48,6 +48,6 @@ stdenv.mkDerivation rec {
|
|||||||
backends for each supported hardware vendor.
|
backends for each supported hardware vendor.
|
||||||
'';
|
'';
|
||||||
platforms = [ "x86_64-linux" "i686-linux" ];
|
platforms = [ "x86_64-linux" "i686-linux" ];
|
||||||
maintainers = with maintainers; [ primeos ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user