pygments: update homepage and head (#46608)
This commit is contained in:
parent
dc7788607a
commit
b8bb78eb90
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@ class Pygments < Formula
|
|||
include Language::Python::Virtualenv
|
||||
|
||||
desc "Generic syntax highlighter"
|
||||
homepage "http://pygments.org/"
|
||||
homepage "https://pygments.org/"
|
||||
url "https://files.pythonhosted.org/packages/7e/ae/26808275fc76bf2832deb10d3a3ed3107bc4de01b85dcccbe525f2cd6d1e/Pygments-2.4.2.tar.gz"
|
||||
sha256 "881c4c157e45f30af185c1ffe8d549d48ac9127433f2c380c24b84572ad66297"
|
||||
|
||||
head "https://bitbucket.org/birkenfeld/pygments-main", :using => :hg
|
||||
head "https://github.com/pygments/pygments.git"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
|
Loading…
Reference in a new issue