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:
@@ -113,7 +113,7 @@ let
|
||||
});
|
||||
|
||||
docker-tini = tini.overrideAttrs {
|
||||
pname = "docker-init";
|
||||
pname = "docker-tini";
|
||||
inherit version;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
||||
Reference in New Issue
Block a user