mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 09:36:20 +09:00
nvidia-container-toolkit: add myself as maintainer
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
parent
8b3b3b07ce
commit
0a8bcd4699
2 changed files with 8 additions and 2 deletions
|
@ -90,7 +90,10 @@ in
|
|||
{
|
||||
name = "nvidia-container-toolkit";
|
||||
meta = with lib.maintainers; {
|
||||
maintainers = [ ereslibre ];
|
||||
maintainers = [
|
||||
ereslibre
|
||||
christoph-heiss
|
||||
];
|
||||
};
|
||||
defaults =
|
||||
{ config, ... }:
|
||||
|
|
|
@ -127,6 +127,9 @@ buildGoModule rec {
|
|||
description = "NVIDIA Container Toolkit";
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ cpcloud ];
|
||||
maintainers = with maintainers; [
|
||||
cpcloud
|
||||
christoph-heiss
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue