mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
Merge pull request #145284 from bryanasdev000/patch-1
tfk8s & minio-certgen: add myself as maintainer
This commit is contained in:
commit
c69e5daff3
2 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue