qc71_laptop: add lucasfa as maintainer (#461655)

This commit is contained in:
Wolfgang Walther
2025-12-09 16:09:58 +00:00
committed by GitHub
2 changed files with 10 additions and 1 deletions
+6
View File
@@ -15335,6 +15335,12 @@
githubId = 15693688;
name = "Lucas Eduardo Wendt";
};
lucasfa = {
name = "Lucas Fehlau Arbulu";
githubId = 23667494;
github = "LucasFA";
matrix = "@lucasfa:matrix.org";
};
lucastso10 = {
email = "lucastso10@gmail.com";
github = "lucastso10";
@@ -39,7 +39,10 @@ stdenv.mkDerivation rec {
description = "Linux driver for QC71 laptop";
homepage = "https://github.com/pobrn/qc71_laptop/";
license = licenses.gpl2Only;
maintainers = with maintainers; [ aacebedo ];
maintainers = with maintainers; [
aacebedo
lucasfa
];
platforms = [ "x86_64-linux" ];
};
}