Commit 4c530935 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python3Packages.qcodes: remove evilmav from maintainers

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