maintainers: remove dtzWill

Totally inactive on GitHub since August 2024.
This commit is contained in:
Michael Daniels
2026-01-01 12:33:41 -05:00
parent 4be2999270
commit 9a04427f2c
37 changed files with 31 additions and 52 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ python3Packages.buildPythonApplication {
meta = {
homepage = "https://github.com/glamp/bashplotlib";
description = "Plotting in the terminal";
maintainers = with lib.maintainers; [ dtzWill ];
maintainers = [ ];
license = lib.licenses.mit;
};
}