terra: add seylerius as a maintainer

This commit is contained in:
Sable Seyler 2021-06-05 18:02:08 -07:00
parent da04b1f00f
commit 59a07bc60f
No known key found for this signature in database
GPG key ID: CC500589263FC3D8
2 changed files with 23 additions and 15 deletions

View file

@ -8146,12 +8146,10 @@
github = "poscat0x04";
githubId = 53291983;
name = "Poscat Tarski";
keys = [
{
keys = [{
longkeyid = "rsa4096/2D2595A00D08ACE0";
fingerprint = "48AD DE10 F27B AFB4 7BB0 CCAF 2D25 95A0 0D08 ACE0";
}
];
}];
};
pradeepchhetri = {
email = "pradeep.chhetri89@gmail.com";
@ -9237,6 +9235,16 @@
fingerprint = "A317 37B3 693C 921B 480C C629 4A2A AAA3 82F8 294C";
}];
};
seylerius = {
name = "Sable Seyler";
email = "sable@seyleri.us";
github = "seylerius";
githubId = 1145981;
keys = [{
longkeyid = "rsa4096/0xDC26B921A9E9DBDE";
fingerprint = "7246 B6E1 ABB9 9A48 4395 FD11 DC26 B921 A9E9 DBDE";
}];
};
sfrijters = {
email = "sfrijters@gmail.com";
github = "sfrijters";

View file

@ -80,7 +80,7 @@ in stdenv.mkDerivation rec {
description = "A low-level counterpart to Lua";
homepage = "http://terralang.org/";
platforms = platforms.x86_64;
maintainers = with maintainers; [ jb55 thoughtpolice ];
maintainers = with maintainers; [ jb55 seylerius thoughtpolice ];
license = licenses.mit;
};
}