maintainers: drop dpausp

Inactive since 2024, except for one comment in May 2025. Dropping
according to maintainer guidelines.
This commit is contained in:
Wolfgang Walther
2026-01-10 21:39:39 +01:00
parent 46f17abfda
commit 6b395c955f
8 changed files with 0 additions and 14 deletions
-7
View File
@@ -6997,13 +6997,6 @@
githubId = 974130;
name = "David Pätzel";
};
dpausp = {
email = "dpausp@posteo.de";
github = "dpausp";
githubId = 1965950;
name = "Tobias Stenzel";
keys = [ { fingerprint = "4749 0887 CF3B 85A1 6355 C671 78C7 DD40 DF23 FB16"; } ];
};
dpc = {
email = "dpc@dpc.pw";
github = "dpc";
-1
View File
@@ -363,7 +363,6 @@ with lib.maintainers;
# Verify additions by approval of an already existing member of the team.
members = [
theuni
dpausp
frlan
leona
osnyx
-1
View File
@@ -46,6 +46,5 @@ python3Packages.buildPythonApplication rec {
description = "Render Eliot logs as an ASCII tree";
mainProgram = "eliot-tree";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.dpausp ];
};
}
@@ -68,6 +68,5 @@ buildPythonPackage rec {
changelog = "https://github.com/itamarst/eliot/blob/${version}/docs/source/news.rst";
mainProgram = "eliot-prettyprint";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ dpausp ];
};
}
@@ -74,6 +74,5 @@ buildPythonPackage rec {
homepage = "https://github.com/executablebooks/MyST-Parser";
changelog = "https://github.com/executablebooks/MyST-Parser/blob/v${version}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ dpausp ];
};
}
@@ -14,7 +14,6 @@ mkDiscoursePlugin {
};
meta = {
homepage = "https://github.com/discourse/discourse-docs";
maintainers = with lib.maintainers; [ dpausp ];
license = lib.licenses.mit;
description = "Find and filter knowledge base topics";
};
@@ -23,7 +23,6 @@ mkDiscoursePlugin {
meta = {
homepage = "https://github.com/discourse/discourse-prometheus";
maintainers = with lib.maintainers; [ dpausp ];
license = lib.licenses.mit;
description = "Official Discourse Plugin for Prometheus Monitoring";
};
@@ -14,7 +14,6 @@ mkDiscoursePlugin {
};
meta = {
homepage = "https://github.com/discourse/discourse-saved-searches";
maintainers = with lib.maintainers; [ dpausp ];
license = lib.licenses.mit;
description = "Allow users to save searches and be notified of new results";
};