buildGoModule: remove platform.all from packages

This commit is contained in:
zowoq
2020-07-29 15:24:30 +10:00
committed by Jon
parent 78922caea3
commit 42313b92bc
37 changed files with 0 additions and 37 deletions

View File

@@ -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 ];
};
}