mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
maintainers: add whiteley
This commit is contained in:
parent
a1a2af3655
commit
6ef9394016
2 changed files with 7 additions and 0 deletions
|
@ -18989,6 +18989,12 @@
|
|||
fingerprint = "640B EDDE 9734 310A BFA3 B257 52ED AE6A 3995 AFAB";
|
||||
}];
|
||||
};
|
||||
whiteley = {
|
||||
email = "mattwhiteley@gmail.com";
|
||||
github = "whiteley";
|
||||
githubId = 2215;
|
||||
name = "Matt Whiteley";
|
||||
};
|
||||
WhittlesJr = {
|
||||
email = "alex.joseph.whitt@gmail.com";
|
||||
github = "WhittlesJr";
|
||||
|
|
|
@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://simd-everywhere.github.io";
|
||||
description = "Implementations of SIMD instruction sets for systems which don't natively support them";
|
||||
license = with licenses; [mit];
|
||||
maintainers = with maintainers; [ whiteley ];
|
||||
platforms = flatten (with platforms; [
|
||||
arm
|
||||
armv7
|
||||
|
|
Loading…
Reference in a new issue