summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster/linkerd
diff options
context:
space:
mode:
authorKarsten Heymann <karsten.heymann@gmail.com>2020-08-01 08:34:21 +0200
committerGitHub <noreply@github.com>2020-08-01 08:34:21 +0200
commiteb3843e1f6ac314b4c2ccbba2a1b8119cd156362 (patch)
treed21ebe7f287c510aa0dfbdea8be994c5cc54cf1a /pkgs/applications/networking/cluster/linkerd
parentf2b5459d6d7c94d3fddcfcd66236d8927a93cd45 (diff)
Fix typo in linkerd package name
Diffstat (limited to 'pkgs/applications/networking/cluster/linkerd')
-rw-r--r--pkgs/applications/networking/cluster/linkerd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/linkerd/default.nix b/pkgs/applications/networking/cluster/linkerd/default.nix
index ac3143ae6688..c8cc0246cd18 100644
--- a/pkgs/applications/networking/cluster/linkerd/default.nix
+++ b/pkgs/applications/networking/cluster/linkerd/default.nix
@@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, buildGoModule }:
buildGoModule {
- pname = "linkerd-unstablle";
+ pname = "linkerd-unstable";
version = "2020-05-01";
src = fetchFromGitHub {