We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a4809e + 154d0b6 commit 0b25645Copy full SHA for 0b25645
Formula/z/znc.rb
@@ -1,7 +1,10 @@
1
class Znc < Formula
2
desc "Advanced IRC bouncer"
3
- homepage "https://wiki.znc.in/ZNC"
4
- url "https://znc.in/releases/archive/znc-1.9.0.tar.gz"
+ # Temporary URLs as znc.in certificate has expired
+ # FIXME: homepage "https://wiki.znc.in/ZNC"
5
+ homepage "https://github.com/znc/znc"
6
+ url "https://deb.debian.org/debian/pool/main/z/znc/znc_1.9.0.orig.tar.gz"
7
+ mirror "https://znc.in/releases/archive/znc-1.9.0.tar.gz"
8
sha256 "8b99c9dbb21c1309705073460be9bfacb6f7b0e83a15fe5d4b7140201b39d2a1"
9
license "Apache-2.0"
10
revision 2
0 commit comments