maintainers: add whiteley
This commit is contained in:
parent
a1a2af3655
commit
6ef9394016
@ -18989,6 +18989,12 @@
|
|||||||
fingerprint = "640B EDDE 9734 310A BFA3 B257 52ED AE6A 3995 AFAB";
|
fingerprint = "640B EDDE 9734 310A BFA3 B257 52ED AE6A 3995 AFAB";
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
|
whiteley = {
|
||||||
|
email = "mattwhiteley@gmail.com";
|
||||||
|
github = "whiteley";
|
||||||
|
githubId = 2215;
|
||||||
|
name = "Matt Whiteley";
|
||||||
|
};
|
||||||
WhittlesJr = {
|
WhittlesJr = {
|
||||||
email = "alex.joseph.whitt@gmail.com";
|
email = "alex.joseph.whitt@gmail.com";
|
||||||
github = "WhittlesJr";
|
github = "WhittlesJr";
|
||||||
|
@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://simd-everywhere.github.io";
|
homepage = "https://simd-everywhere.github.io";
|
||||||
description = "Implementations of SIMD instruction sets for systems which don't natively support them";
|
description = "Implementations of SIMD instruction sets for systems which don't natively support them";
|
||||||
license = with licenses; [mit];
|
license = with licenses; [mit];
|
||||||
|
maintainers = with maintainers; [ whiteley ];
|
||||||
platforms = flatten (with platforms; [
|
platforms = flatten (with platforms; [
|
||||||
arm
|
arm
|
||||||
armv7
|
armv7
|
||||||
|
Loading…
Reference in New Issue
Block a user