Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bitlbee: fix linkage and update license #172923

Merged
merged 1 commit into from
May 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Formula/b/bitlbee.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class Bitlbee < Formula
homepage "https://www.bitlbee.org/"
url "https://get.bitlbee.org/src/bitlbee-3.6.tar.gz"
sha256 "9f15de46f29b46bf1e39fc50bdf4515e71b17f551f3955094c5da792d962107e"
license "GPL-2.0"
license "GPL-2.0-or-later"
head "https://github.com/bitlbee/bitlbee.git", branch: "master"

livecheck do
Expand All @@ -30,6 +30,7 @@ class Bitlbee < Formula
depends_on "glib"
depends_on "gnutls"
depends_on "libgcrypt"
depends_on "libgpg-error"

def install
args = %W[
Expand Down
Loading