blesh: add hibiday as maintainer (#530401)

This commit is contained in:
Yohann Boniface
2026-06-10 16:46:02 +00:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -10935,6 +10935,11 @@
githubId = 58676303;
name = "hhydraa";
};
hibiday = {
name = "Katsumi Takeuchi";
github = "hibiday";
githubId = 137286929;
};
higebu = {
name = "Yuya Kusakabe";
email = "yuya.kusakabe@gmail.com";
+1
View File
@@ -63,6 +63,7 @@ stdenvNoCC.mkDerivation {
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [
aiotter
hibiday
matthiasbeyer
];
platforms = lib.platforms.unix;