1
0
Fork 1
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:
Christoph Heiss 2025-05-12 20:41:31 +02:00
parent 8b3b3b07ce
commit 0a8bcd4699
No known key found for this signature in database
GPG key ID: A3D16D4FE64F332A
2 changed files with 8 additions and 2 deletions

View file

@ -90,7 +90,10 @@ in
{
name = "nvidia-container-toolkit";
meta = with lib.maintainers; {
maintainers = [ ereslibre ];
maintainers = [
ereslibre
christoph-heiss
];
};
defaults =
{ config, ... }:

View file

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