Skip to content

Commit

Permalink
influxdb: remove license audit exception
Browse files Browse the repository at this point in the history
Should be possible due to Homebrew/brew#16812

Signed-off-by: Michael Cho <[email protected]>
  • Loading branch information
cho-m committed Mar 22, 2024
1 parent 2d60a83 commit 4c902b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Formula/i/influxdb.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
class Influxdb < Formula
desc "Time series, events, and metrics database"
homepage "https://influxdata.com/time-series-platform/influxdb/"
# When bumping to 3.x, remove from `permitted_formula_license_mismatches.json`
# and update license stanza to `license any_of: ["Apache-2.0", "MIT"]`
# When bumping to 3.x, update license stanza to `license any_of: ["Apache-2.0", "MIT"]`
# Ref: https://github.com/influxdata/influxdb/blob/main/Cargo.toml#L124
url "https://github.com/influxdata/influxdb.git",
tag: "v2.7.5",
Expand Down
4 changes: 1 addition & 3 deletions audit_exceptions/permitted_formula_license_mismatches.json
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
[
"influxdb"
]
[]

0 comments on commit 4c902b1

Please sign in to comment.