aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/tools/hcloud
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-07-29 15:24:30 +1000
committerJon <jonringer@users.noreply.github.com>2020-08-15 19:34:47 -0700
commit42313b92bcb6ceb3eaac67e2e4f2c23f25373f24 (patch)
tree426fce1de345a23b4c4873796be746706c41070f /pkgs/development/tools/hcloud
parent78922caea3d378ed075dc34a0022f60a1232df3c (diff)
buildGoModule: remove platform.all from packages
Diffstat (limited to 'pkgs/development/tools/hcloud')
-rw-r--r--pkgs/development/tools/hcloud/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/tools/hcloud/default.nix b/pkgs/development/tools/hcloud/default.nix
index 52a407b3878a..0044426b4d41 100644
--- a/pkgs/development/tools/hcloud/default.nix
+++ b/pkgs/development/tools/hcloud/default.nix
@@ -30,7 +30,6 @@ buildGoModule rec {
description = "A command-line interface for Hetzner Cloud, a provider for cloud virtual private servers";
homepage = "https://github.com/hetznercloud/cli";
license = stdenv.lib.licenses.mit;
- platforms = stdenv.lib.platforms.all;
maintainers = [ stdenv.lib.maintainers.zauberpony ];
};
}