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 c415960 commit 2732373
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ezmlm-idx-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 + IDX for indimail-mta"
arch=('i686' 'x86_64')
url="https://github.com/mbhangui/ezmlm-idx"
url="https://github.com/indimail/ezmlm-idx"
license=('GPL3')
groups=('base-devel')
depends=('coreutils' 'findutils' 'sed')
Expand Down Expand Up @@ -45,7 +45,7 @@ package() {
echo "Description=\"Easy MailingList Manager + IDX for indimail-mta\""
echo "ezmlm-idx_version="${pkgver}-${pkgrel}""
echo "ID=${pkgname}"
echo "HOME_URL=\"https://github.com/mbhangui/ezmlm-idx\""
echo "HOME_URL=\"https://github.com/indimail/ezmlm-idx\""
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-idx-x/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ build-stamp:
echo Description=\"Easy Mailing List Manager for indimail-mta\"; \
echo ezmlm-idx_version=$(version); \
echo ID=ezmlm-idx; \
echo HOME_URL="https://github.com/mbhangui/ezmlm-idx"; \
echo HOME_URL="https://github.com/indimail/ezmlm-idx"; \
echo PACKAGE_BUGREPORT=\"'$(email)'\"; \
) > ezmlm-idx-release
touch build-stamp
Expand Down
2 changes: 2 additions & 0 deletions ezmlm-idx-x/doc/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Release 7.2.3 Start 18/07/2021
16. messages.c: added white space separtor for error message string
- 22/10/2023
17. checkrecipient-ezmlm: fix for ezmlm list addresses
- 31/12/2023
18. moved repository to indimail org

* Sat Jul 17 2021 23:15:14 +0530 mbhangui@gmail.com @version@-@release@%{?dist}
Release 7.2.2 Start 22/03/2017
Expand Down
2 changes: 1 addition & 1 deletion ezmlm-idx-x/ezmlm-idx.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ echo "NAME=%{name}"
echo "Description=\"Easy MailingList Manager for indimail-mta\""
echo "ezmlm-idx_version="%{version}-%{release}""
echo "ID=%{name}"
echo "HOME_URL=\"https://github.com/mbhangui/ezmlm-idx\""
echo "HOME_URL=\"https://github.com/indimail/ezmlm-idx\""
echo "PACKAGE_BUGREPORT=\"'@email@'\""
) > %{name}-release

Expand Down

0 comments on commit 2732373

Please sign in to comment.