wormhole: rename to tunnelto
This commit is contained in:
parent
c9e985469f
commit
de4466d684
2 changed files with 5 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
|||
}:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "wormhole";
|
||||
pname = "tunnelto";
|
||||
version = "0.1.5";
|
||||
|
||||
src = fetchFromGitHub {
|
|
@ -7194,6 +7194,10 @@ in
|
|||
|
||||
tuir = callPackage ../applications/misc/tuir { };
|
||||
|
||||
tunnelto = callPackage ../tools/networking/tunnelto {
|
||||
inherit (darwin.apple_sdk.frameworks) Security;
|
||||
};
|
||||
|
||||
tuptime = callPackage ../tools/system/tuptime { };
|
||||
|
||||
turses = callPackage ../applications/networking/instant-messengers/turses { };
|
||||
|
@ -7447,10 +7451,6 @@ in
|
|||
|
||||
wootility = callPackage ../tools/misc/wootility { };
|
||||
|
||||
wormhole = callPackage ../tools/networking/wormhole {
|
||||
inherit (darwin.apple_sdk.frameworks) Security;
|
||||
};
|
||||
|
||||
wpscan = callPackage ../tools/security/wpscan { };
|
||||
|
||||
wsmancli = callPackage ../tools/system/wsmancli {};
|
||||
|
|
Loading…
Reference in a new issue