Commit 7f455c45 authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

maintainers: drop `dmrauh`

parent e3efd272
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -6261,12 +6261,6 @@
    githubId = 875324;
    name = "David Johnson";
  };
  dmrauh = {
    email = "dmrauh@posteo.de";
    github = "dmrauh";
    githubId = 37698547;
    name = "Dominik Michael Rauh";
  };
  dmvianna = {
    email = "dmlvianna@gmail.com";
    github = "dmvianna";
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ stdenv.mkDerivation (finalAttrs: {
      gretl is a cross-platform software package for econometric analysis,
      written in the C programming language.
    '';
    maintainers = with lib.maintainers; [ dmrauh ];
    maintainers = with lib.maintainers; [ ];
    platforms = lib.platforms.all;
  };
})
+1 −1
Original line number Diff line number Diff line
@@ -36,6 +36,6 @@ buildPythonPackage rec {
    description = "Python utilities to download and parse the MNIST dataset";
    homepage = "https://github.com/datapythonista/mnist";
    license = licenses.bsd3;
    maintainers = with maintainers; [ dmrauh ];
    maintainers = with maintainers; [ ];
  };
}
+0 −1
Original line number Diff line number Diff line
@@ -57,7 +57,6 @@ buildPythonPackage rec {
    description = "Process-based discrete-event simulation framework based on standard Python";
    license = [ lib.licenses.mit ];
    maintainers = with lib.maintainers; [
      dmrauh
      shlevy
    ];
  };
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ buildPythonPackage rec {
    description = "Easy to use WebDAV Client for Python 3.x";
    homepage = "https://github.com/ezhov-evgeny/webdav-client-python-3";
    license = licenses.mit;
    maintainers = with maintainers; [ dmrauh ];
    maintainers = with maintainers; [ ];
    mainProgram = "wdc";
  };
}