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