dtrx: add myself as maintainer (#467330)

This commit is contained in:
Mathew Polzin
2025-12-03 02:21:34 +00:00
committed by GitHub
+3 -3
View File
@@ -64,11 +64,11 @@ python3Packages.buildPythonApplication rec {
passthru.updateScript = gitUpdater { };
meta = with lib; {
meta = {
description = "Do The Right Extraction: A tool for taking the hassle out of extracting archives";
homepage = "https://github.com/dtrx-py/dtrx";
license = licenses.gpl3Plus;
maintainers = [ ];
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ colinsane ];
mainProgram = "dtrx";
};
}