docker-tini: s/init/tini/ in pname

docker-tini's pname was docker-init which was confusing since
there's a top level docker-init package, and the attr here is
docker-tini
This commit is contained in:
Luna Nova
2025-09-23 12:00:38 -07:00
parent 15010e4610
commit 77c4074f45
@@ -113,7 +113,7 @@ let
});
docker-tini = tini.overrideAttrs {
pname = "docker-init";
pname = "docker-tini";
inherit version;
src = fetchFromGitHub {