Skip to content

Commit

Permalink
moved repository to indimail org
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhangui committed Dec 31, 2023
1 parent fdbba51 commit 5bb0bb0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ezmlm-x/PKGBUILD.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pkgver=@version@
pkgrel=@release@
pkgdesc="Easy Mailing List Manager for indimail-mta"
arch=('i686' 'x86_64')
url="https://github.com/mbhangui/ezmlm"
url="https://github.com/indimail/ezmlm"
license=('GPL3')
groups=('base-devel')
depends=('coreutils' 'findutils' 'sed')
Expand Down Expand Up @@ -43,7 +43,7 @@ package() {
echo "Description=\"Easy MailingList Manager + IDX for indimail-mta\""
echo "ezmlm_version="${pkgver}-${pkgrel}""
echo "ID=${pkgname}"
echo "HOME_URL=\"https://github.com/mbhangui/ezmlm\""
echo "HOME_URL=\"https://github.com/indimail/ezmlm\""
echo "PACKAGE_BUGREPORT=\"'@email@'\""
) > ${pkgname}-release
install -D -m 0644 ${pkgname}-release "$pkgdir"${_rcdir}/${pkgname}-release
Expand Down
2 changes: 1 addition & 1 deletion ezmlm-x/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ build-stamp:
echo Description=\"Easy Mailing List Manager for indimail-mta\"; \
echo ezmlm_version=$(version); \
echo ID=ezmlm; \
echo HOME_URL="https://github.com/mbhangui/ezmlm"; \
echo HOME_URL="https://github.com/indimail/ezmlm"; \
echo PACKAGE_BUGREPORT=\"'$(email)'\"; \
) > ezmlm-release
touch build-stamp
Expand Down
2 changes: 2 additions & 0 deletions ezmlm-x/doc/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Release 1.1 Start 24/07/2023
recipient extension
- 22/10/2023
2. checkrecipient-ezmlm: fix for ezmlm list addresses
- 31/12/2023
3. moved repository to indimail org

*
Release 1.0 Start 06/10/2018
Expand Down
2 changes: 1 addition & 1 deletion ezmlm-x/ezmlm.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ echo "NAME=%{name}"
echo "Description=\"Easy MailingList Manager for indimail-mta\""
echo "ezmlm_version="%{version}-%{release}""
echo "ID=%{name}"
echo "HOME_URL=\"https://github.com/mbhangui/ezmlm\""
echo "HOME_URL=\"https://github.com/indimail/ezmlm\""
echo "PACKAGE_BUGREPORT=\"'@email@'\""
) > %{name}-release

Expand Down

0 comments on commit 5bb0bb0

Please sign in to comment.