diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-12 14:42:04 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-12 14:42:04 +0100 |
commit | 7aaac91a674b427e42e38cc6b86ada72fdc5e417 (patch) | |
tree | c2e411639d029ddd6239456bdd2f51099293cd33 | |
parent | 467354cea91b44f8597517ae8c104cfb0f0bd4b5 (diff) |
update PKG_SITES
-rw-r--r-- | package/osiris/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/osiris/Makefile b/package/osiris/Makefile index 0c5295563..c2921b37a 100644 --- a/package/osiris/Makefile +++ b/package/osiris/Makefile @@ -12,7 +12,7 @@ PKG_SECTION:= admin PKG_DEPENDS:= libopenssl libpthread PKG_BUILDDEP:= openssl PKG_URL:= http://osiris.shmoo.com/ -PKG_SITES:= http://osiris.shmoo.com/data/ +PKG_SITES:= http://openadk.org/distfiles/ include ${TOPDIR}/mk/package.mk |