dtrx: add myself as maintainer (#467330)
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user