about summary refs log tree commit diff
path: root/pkgs/development/tools/img
diff options
context:
space:
mode:
authorBryan A. S <53131727+bryanasdev000@users.noreply.github.com>2021-11-09 20:07:09 -0300
committerGitHub <noreply@github.com>2021-11-09 20:07:09 -0300
commit1e061fc8892de1a9ea05f1bfc51ad0c24d5623e8 (patch)
tree5c857a5786a0096cf23aa7bd6411b679370f22fe /pkgs/development/tools/img
parentf5b089b626baa2dcd5560ad77e250fc58a307621 (diff)
img: Add myself as a maintainer
Diffstat (limited to 'pkgs/development/tools/img')
-rw-r--r--pkgs/development/tools/img/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/img/default.nix b/pkgs/development/tools/img/default.nix
index 5b0a40adf232f..17daf49ff230c 100644
--- a/pkgs/development/tools/img/default.nix
+++ b/pkgs/development/tools/img/default.nix
@@ -50,6 +50,6 @@ buildGoModule rec {
     description = "Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder. ";
     license = licenses.mit;
     homepage = "https://github.com/genuinetools/img";
-    maintainers = with maintainers; [ ];
+    maintainers = with maintainers; [ bryanasdev000 ];
   };
 }