maintainers: drop dmrauh (#395467)

This commit is contained in:
Pol Dellaiera 2025-04-05 10:24:55 +02:00 committed by GitHub
commit 23e00055a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 3 additions and 10 deletions

View File

@ -6267,12 +6267,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";

View File

@ -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;
};
})

View File

@ -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; [ ];
};
}

View File

@ -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
];
};

View File

@ -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";
};
}