mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
Adding vdemeester (myself) as runc and containerd package maintainer
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
a4869cb294
commit
2b36ced49e
@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://containerd.tools/;
|
homepage = https://containerd.tools/;
|
||||||
description = "A daemon to control runC";
|
description = "A daemon to control runC";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ offline ];
|
maintainers = with maintainers; [ offline vdemeester ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://runc.io/;
|
homepage = https://runc.io/;
|
||||||
description = "A CLI tool for spawning and running containers according to the OCI specification";
|
description = "A CLI tool for spawning and running containers according to the OCI specification";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ offline ];
|
maintainers = with maintainers; [ offline vdemeester ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user