diff options
author | Loïc Hoguin <[email protected]> | 2023-05-04 11:59:19 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2023-05-04 11:59:19 +0200 |
commit | 2b6744a9b01bbf49935577f3d14aff82e0e63370 (patch) | |
tree | 932139dc3da8c64d17b5f3df5da0a810930967af /index/ehsa.mk | |
parent | 8d8eb4d40344da5fe0824b8efd7af01a8e707800 (diff) | |
download | erlang.mk-2b6744a9b01bbf49935577f3d14aff82e0e63370.tar.gz erlang.mk-2b6744a9b01bbf49935577f3d14aff82e0e63370.tar.bz2 erlang.mk-2b6744a9b01bbf49935577f3d14aff82e0e63370.zip |
Update package branches and in some cases URLs
Most of them went master->main. Some went master->develop.
Diffstat (limited to 'index/ehsa.mk')
-rw-r--r-- | index/ehsa.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/index/ehsa.mk b/index/ehsa.mk index 0d1bfac..98c9f8b 100644 --- a/index/ehsa.mk +++ b/index/ehsa.mk @@ -1,7 +1,7 @@ PACKAGES += ehsa pkg_ehsa_name = ehsa pkg_ehsa_description = Erlang HTTP server basic and digest authentication modules -pkg_ehsa_homepage = https://bitbucket.org/a12n/ehsa -pkg_ehsa_fetch = hg -pkg_ehsa_repo = https://bitbucket.org/a12n/ehsa -pkg_ehsa_commit = default +pkg_ehsa_homepage = https://github.com/a12n/ehsa +pkg_ehsa_fetch = git +pkg_ehsa_repo = https://github.com/a12n/ehsa +pkg_ehsa_commit = master |