maintainers: add lukas-sgx

This commit is contained in:
lukas-sgx
2026-07-05 00:08:07 +02:00
parent 6b7defceaf
commit 05218438d4
2 changed files with 10 additions and 1 deletions
+6
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";
+4 -1
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";
};