nvidia-container-runtime: fix license

This commit is contained in:
Phillip Cloud 2021-01-10 08:52:50 -05:00
parent 7eed27754c
commit 8f33bef20f

View file

@ -65,7 +65,7 @@ buildGoPackage rec {
meta = with lib; {
homepage = "https://github.com/NVIDIA/nvidia-container-runtime";
description = "NVIDIA container runtime";
license = licenses.bsd3;
license = licenses.asl20;
platforms = platforms.linux;
maintainers = with maintainers; [ cpcloud ];
};