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
@@ -41,6 +41,6 @@ stdenv.mkDerivation {
description = "SQLite Archive utilities";
license = lib.licenses.bsd2;
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ dtzWill ];
maintainers = [ ];
};
}