mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 23:20:55 +00:00
docker: use upstream repo for containerd
http://github.com/docker/containerd is archived and redirects to https://github.com/docker-archive/containerd. To make updates easier track the upstream repo which Docker uses.
This commit is contained in:
parent
76d8e2fb30
commit
e44cc1404b
|
@ -33,7 +33,7 @@ rec {
|
|||
name = "docker-containerd-${version}";
|
||||
inherit version;
|
||||
src = fetchFromGitHub {
|
||||
owner = "docker";
|
||||
owner = "containerd";
|
||||
repo = "containerd";
|
||||
rev = containerdRev;
|
||||
sha256 = containerdSha256;
|
||||
|
|
Loading…
Reference in a new issue