From c4f713839e4e6aa36ff6b2b0c11bc9a44ba8b6b2 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Mon, 23 Nov 2020 22:00:47 +0000 Subject: [PATCH] libnice: update license expression to new syntax --- Formula/libnice.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/libnice.rb b/Formula/libnice.rb index 28cf020dc57..925d75e0256 100644 --- a/Formula/libnice.rb +++ b/Formula/libnice.rb @@ -3,8 +3,7 @@ class Libnice < Formula homepage "https://wiki.freedesktop.org/nice/" url "https://nice.freedesktop.org/releases/libnice-0.1.18.tar.gz" sha256 "5eabd25ba2b54e817699832826269241abaa1cf78f9b240d1435f936569273f4" - # license ["LGPL-2.1", "MPL-1.1"] - pending https://github.com/Homebrew/brew/pull/7953 - license "LGPL-2.1" + license any_of: ["LGPL-2.1-only", "MPL-1.1"] livecheck do url "https://github.com/libnice/libnice.git"