Unverified Commit eafd802e authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

qc71_laptop: add lucasfa as maintainer (#461655)

parents 095995a1 bf7ecd89
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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";
+4 −1
Original line number Diff line number Diff line
@@ -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" ];
  };
}