diff options
author | Aaron Toponce <aaron.toponce@gmail.com> | 2020-12-12 04:50:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-12 12:50:45 +0100 |
commit | 9d6b3984f92cf7f4411b40dfb5a0897b260ae368 (patch) | |
tree | faa4a33ef439213ee9ad02a19b0a96778f38889b /.github | |
parent | 918195425576e57016c8415766a7d4e98bc2e260 (diff) | |
download | zsh-9d6b3984f92cf7f4411b40dfb5a0897b260ae368.tar.gz zsh-9d6b3984f92cf7f4411b40dfb5a0897b260ae368.tar.bz2 zsh-9d6b3984f92cf7f4411b40dfb5a0897b260ae368.zip |
feat(plugins): add genpass plugin with 3 distinct password generators (#9502)
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 8e175d549..b091f5d89 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,5 +1,6 @@ # Plugin owners plugins/aws/ @maksyms +plugins/genpass/ @atoponce plugins/git-lfs/ @vietduc01100001 plugins/gitfast/ @felipec plugins/sdk/ @rgoldberg |