Unverified Commit d635e36b authored by Matthias Thym's avatar Matthias Thym Committed by GitHub
Browse files

Update pkgs/servers/monitoring/kapacitor/default.nix

Remove platforms meta attribute as this is automatically set for GoModules.
parent e5d88c52
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -89,6 +89,5 @@ buildGoModule rec {
    license = licenses.mit;
    changelog = "https://github.com/influxdata/kapacitor/blob/master/CHANGELOG.md";
    maintainers = with maintainers; [ offline totoroot ];
    platforms = with platforms; linux;
  };
}