qc71_laptop: add lucasfa as maintainer (#461655)
This commit is contained in:
@@ -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" ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user