diff options
author | László Vaskó | 2023-05-22 22:10:54 +0200 |
---|---|---|
committer | László Vaskó | 2023-06-19 15:15:04 +0200 |
commit | 038104d33d68262887bab827cdd14e5e0e4e12b5 (patch) | |
tree | 0a6f18d97fbcee1295fd2e6ce63dff673c0eea28 /pkgs/tools | |
parent | b1f3f99a8fa5257444f3dafc530b7554aeb24c3d (diff) |
jefferson: adding myself as maintainer
Diffstat (limited to 'pkgs/tools')
-rw-r--r-- | pkgs/tools/filesystems/jefferson/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/jefferson/default.nix b/pkgs/tools/filesystems/jefferson/default.nix index f16e1d316882..b48bf567384a 100644 --- a/pkgs/tools/filesystems/jefferson/default.nix +++ b/pkgs/tools/filesystems/jefferson/default.nix @@ -36,6 +36,6 @@ python3.pkgs.buildPythonApplication rec { description = "JFFS2 filesystem extraction tool"; homepage = "https://github.com/onekey-sec/jefferson"; license = licenses.mit; - maintainers = with maintainers; [ tnias ]; + maintainers = with maintainers; [ tnias vlaci ]; }; } |