diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-08-13 01:20:49 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-13 01:20:49 -0700 |
commit | fac71e73e001fcbdc48d758591427ea4fd685deb (patch) | |
tree | 4f51284a8a6e591129391470b48b6ee1ea8e957e /utils | |
parent | 016fe60cd5416e845f3e5cc42ab79f63a9132772 (diff) | |
parent | b7937d36e03662025184ba3365b2c97c25265786 (diff) |
Merge pull request #13103 from neheb/mpack
mpack: update URLs
Diffstat (limited to 'utils')
-rw-r--r-- | utils/mpack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/mpack/Makefile b/utils/mpack/Makefile index c2e095378..237e14301 100644 --- a/utils/mpack/Makefile +++ b/utils/mpack/Makefile @@ -13,7 +13,7 @@ PKG_RELEASE:=1 PKG_LICENSE:=NLPL PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://ftp.andrew.cmu.edu/pub/mpack/ +PKG_SOURCE_URL:=https://fossies.org/linux/misc/old PKG_HASH:=274108bb3a39982a4efc14fb3a65298e66c8e71367c3dabf49338162d207a94c PKG_INSTALL:=1 @@ -24,7 +24,7 @@ define Package/mpack SECTION:=utils CATEGORY:=Utilities TITLE:=mpack/munpack MIME format mail messages - URL:=http://ftp.andrew.cmu.edu/pub/mpack/ + URL:=https://gitlab.com/osdp/mpack MAINTAINER:=Dmitry V. Zimin <pfzim@mail.ru> endef |