maintainers: add lukas-sgx

This commit is contained in:
lukas-sgx 2026-07-05 00:08:07 +02:00
commit 05218438d4
No known key found for this signature in database
GPG key ID: 010918459327D84A
2 changed files with 10 additions and 1 deletions

View file

@ -16298,6 +16298,12 @@
githubId = 30468956;
name = "Lukas Heiligenbrunner";
};
lukas-sgx = {
email = "lukas.soigneux@epitech.eu";
github = "lukas-sgx";
githubId = 68616614;
name = "Lukas Soigneux";
};
lukaslihotzki = {
email = "lukas@lihotzki.de";
github = "lukaslihotzki";

View file

@ -33,7 +33,10 @@ buildRubyGem rec {
'';
homepage = "https://github.com/akerl/hss";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ nixy ];
maintainers = with lib.maintainers; [
nixy
lukas-sgx
];
platforms = lib.platforms.unix;
mainProgram = "hss";
};