Commit 349c4cb0 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python3Packages.qcodes: add GaetanLepage to maintainers

parent 4c530935
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -209,6 +209,8 @@ buildPythonPackage (finalAttrs: {
    downloadPage = "https://github.com/QCoDeS/Qcodes";
    homepage = "https://qcodes.github.io/Qcodes/";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ ];
    maintainers = with lib.maintainers; [
      GaetanLepage
    ];
  };
})