Merge pull request #145284 from bryanasdev000/patch-1

tfk8s & minio-certgen: add myself as maintainer
This commit is contained in:
Thiago Kenji Okada 2021-11-09 21:27:44 -03:00 committed by GitHub
commit c69e5daff3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -44,6 +44,6 @@ buildGoModule rec {
* Strip out server side fields when piping kubectl get $R -o yaml | tfk8s --strip
'';
homepage = "https://github.com/jrhouston/tfk8s/";
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ bryanasdev000 ];
};
}

View file

@ -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 ];
};
}