summary refs log tree commit diff
diff options
context:
space:
mode:
authorBryan A. S <53131727+bryanasdev000@users.noreply.github.com>2021-11-09 20:48:01 -0300
committerBryan A. S <bryanasdev000@gmail.com>2021-11-09 20:57:46 -0300
commita56d0d167b3e74aeef39cca12e4960a9748ed7eb (patch)
tree935c9cbf8e7f0f2a8abe1f01839e066cb4af5c5d
parent00cf347b9b5a27b742c5470c0772f7564321c8d3 (diff)
downloadnixpkgs-a56d0d167b3e74aeef39cca12e4960a9748ed7eb.tar
nixpkgs-a56d0d167b3e74aeef39cca12e4960a9748ed7eb.tar.gz
nixpkgs-a56d0d167b3e74aeef39cca12e4960a9748ed7eb.tar.bz2
nixpkgs-a56d0d167b3e74aeef39cca12e4960a9748ed7eb.tar.lz
nixpkgs-a56d0d167b3e74aeef39cca12e4960a9748ed7eb.tar.xz
nixpkgs-a56d0d167b3e74aeef39cca12e4960a9748ed7eb.tar.zst
nixpkgs-a56d0d167b3e74aeef39cca12e4960a9748ed7eb.zip
minio-certgen: add myself as maintainer
-rw-r--r--pkgs/tools/security/minio-certgen/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/minio-certgen/default.nix b/pkgs/tools/security/minio-certgen/default.nix
index 2fa7a7b9b40..ec7b0e976ee 100644
--- a/pkgs/tools/security/minio-certgen/default.nix
+++ b/pkgs/tools/security/minio-certgen/default.nix
@@ -17,6 +17,6 @@ buildGoModule rec {
     description = "A simple Minio tool to generate self-signed certificates, and provides SAN certificates with DNS and IP entries";
     downloadPage = "https://github.com/minio/certgen";
     license = licenses.bsd3;
-    maintainers = with maintainers; [ ];
+    maintainers = with maintainers; [ bryanasdev000 ];
   };
 }