Skip to content

Commit

Permalink
Merge pull request #166889 from Homebrew/influxdb-audit-removal
Browse files Browse the repository at this point in the history
influxdb: remove license audit exception
  • Loading branch information
fxcoudert committed Mar 22, 2024
2 parents 82f2aac + 4c902b1 commit 61df6b3
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
@@ -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
@@ -1,3 +1 @@
[
"influxdb"
]
[]

0 comments on commit 61df6b3

Please sign in to comment.