diff --git a/Makefile b/Makefile index 060fe412..5911cf99 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ LIB_NAME := nvidia-container-toolkit LIB_VERSION := 1.2.1 GOLANG_VERSION := 1.14.2 -GOLANG_PKG_PATH := github.com/NVIDIA/container-toolkit/pkg +GOLANG_PKG_PATH := github.com/NVIDIA/nvidia-container-toolkit/pkg # By default run all native docker-based targets docker-native: diff --git a/go.mod b/go.mod index 870f5076..831b2f99 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/NVIDIA/container-toolkit +module github.com/NVIDIA/nvidia-container-toolkit go 1.14 diff --git a/packaging/debian/copyright b/packaging/debian/copyright index 175d9db3..1c11f87a 100644 --- a/packaging/debian/copyright +++ b/packaging/debian/copyright @@ -1,6 +1,6 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: nvidia-container-toolkit -Source: https://github.com/NVIDIA/container-toolkit +Source: https://github.com/NVIDIA/nvidia-container-toolkit Files: * Copyright: 2017-2020 NVIDIA CORPORATION