Commit bf7ecd89 authored by LucasFA's avatar LucasFA
Browse files

qc71_laptop: add LucasFA as maintainer

parent 584a0cdc
Loading
Loading
Loading
Loading
+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" ];
  };
}