libnvidia-container: fix license
This commit is contained in:
parent
8169d5c644
commit
7eed27754c
@ -80,7 +80,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/NVIDIA/libnvidia-container";
|
homepage = "https://github.com/NVIDIA/libnvidia-container";
|
||||||
description = "NVIDIA container runtime library";
|
description = "NVIDIA container runtime library";
|
||||||
license = licenses.bsd3;
|
license = licenses.asl20;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ cpcloud ];
|
maintainers = with maintainers; [ cpcloud ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user