mujs: secure/fix url(s)
This commit is contained in:
parent
e19b64def3
commit
de109e0067
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
class Mujs < Formula
|
class Mujs < Formula
|
||||||
desc "Embeddable Javascript interpreter"
|
desc "Embeddable Javascript interpreter"
|
||||||
homepage "http://dev.mujs.com/"
|
homepage "https://www.mujs.com/"
|
||||||
# use tag not tarball so the version in the pkg-config file isn't blank
|
# use tag not tarball so the version in the pkg-config file isn't blank
|
||||||
url "https://github.com/ccxvii/mujs.git",
|
url "https://github.com/ccxvii/mujs.git",
|
||||||
:tag => "1.0.3",
|
:tag => "1.0.3",
|
||||||
|
|
Loading…
Reference in a new issue