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
2 changed files with 8 additions and 2 deletions
+4 -1
View File
@@ -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
];
};
}