maintainers: drop jdehaas

Acid Bong ef917467 30a76b36

Changed files
+1 -7
maintainers
pkgs
development
libraries
-6
maintainers/maintainer-list.nix
···
githubId = 4599384;
name = "Jack Baldry";
-
jdehaas = {
-
email = "qqlq@nullptr.club";
-
github = "jeroendehaas";
-
githubId = 117874;
-
name = "Jeroen de Haas";
-
};
jdelStrother = {
email = "me@delstrother.com";
github = "jdelStrother";
+1 -1
pkgs/development/libraries/fmt/default.nix
···
homepage = "https://fmt.dev/";
changelog = "https://github.com/fmtlib/fmt/blob/${version}/ChangeLog.rst";
downloadPage = "https://github.com/fmtlib/fmt/";
-
maintainers = [ maintainers.jdehaas ];
+
maintainers = [ ];
license = licenses.mit;
platforms = platforms.all;
};