mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03: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";
|
name = "nvidia-container-toolkit";
|
||||||
meta = with lib.maintainers; {
|
meta = with lib.maintainers; {
|
||||||
maintainers = [ ereslibre ];
|
maintainers = [
|
||||||
|
ereslibre
|
||||||
|
christoph-heiss
|
||||||
|
];
|
||||||
};
|
};
|
||||||
defaults =
|
defaults =
|
||||||
{ config, ... }:
|
{ config, ... }:
|
||||||
|
|
|
@ -127,6 +127,9 @@ buildGoModule rec {
|
||||||
description = "NVIDIA Container Toolkit";
|
description = "NVIDIA Container Toolkit";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ cpcloud ];
|
maintainers = with maintainers; [
|
||||||
|
cpcloud
|
||||||
|
christoph-heiss
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue