summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster/hetzner-kube
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2019-03-09 22:37:45 +0000
committerGitHub <noreply@github.com>2019-03-09 22:37:45 +0000
commit3c3ccaed81e0e3e3daa367b7d6599b4e17066649 (patch)
tree7e39335dfce214a74cca4da1bc12f4488ab2d507 /pkgs/applications/networking/cluster/hetzner-kube
parent94c268cd8180cde0370ecba88417ab65b6d09469 (diff)
hetzner-kube: pname cleanup
Diffstat (limited to 'pkgs/applications/networking/cluster/hetzner-kube')
-rw-r--r--pkgs/applications/networking/cluster/hetzner-kube/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/hetzner-kube/default.nix b/pkgs/applications/networking/cluster/hetzner-kube/default.nix
index 1bdda52f172e..2c7d9c1d5a15 100644
--- a/pkgs/applications/networking/cluster/hetzner-kube/default.nix
+++ b/pkgs/applications/networking/cluster/hetzner-kube/default.nix
@@ -1,7 +1,6 @@
{ lib, buildGoPackage, fetchFromGitHub, ... }:
buildGoPackage rec {
- name = "${pname}-${version}";
pname = "hetzner-kube";
version = "0.3.2-rc1";