nvidia-container-toolkit: fix license
This commit is contained in:
parent
8f33bef20f
commit
5af3dd4a96
|
@ -31,7 +31,7 @@ buildGoModule rec {
|
|||
meta = with lib; {
|
||||
homepage = "https://github.com/NVIDIA/nvidia-container-toolkit";
|
||||
description = "NVIDIA container runtime hook";
|
||||
license = licenses.bsd3;
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ cpcloud ];
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue