From 17d0b4d11acf62f9f7847f361a085ed3de6f674a Mon Sep 17 00:00:00 2001 From: Yuusha Spacewolf Date: Sun, 2 Jul 2017 02:46:15 -0500 Subject: [PATCH] sssd: change ownership of dependencies Closes: #6903 [via git-merge-pr] --- srcpkgs/ding-libs/template | 4 ++-- srcpkgs/ldb/template | 2 +- srcpkgs/tevent/template | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/ding-libs/template b/srcpkgs/ding-libs/template index 03c1254bae..387fb6904d 100644 --- a/srcpkgs/ding-libs/template +++ b/srcpkgs/ding-libs/template @@ -4,9 +4,9 @@ version=0.6.0 revision=1 build_style=gnu-configure short_desc="'D is not GLib' utility libraries" -maintainer="Michael Aldridge " +maintainer="Yuusha Spacewolf " license="GPL-3" -homepage="https://pagure.io/SSSD/sssd/" +homepage="https://pagure.io/SSSD/ding-libs" distfiles="https://releases.pagure.org/SSSD/ding-libs/ding-libs-${version}.tar.gz" checksum=764a211f40cbcf2c9a613fc7ce0d77799d5ee469221b8b6739972e76f09e9fad diff --git a/srcpkgs/ldb/template b/srcpkgs/ldb/template index 9bffb31bd2..b9b0a0a093 100644 --- a/srcpkgs/ldb/template +++ b/srcpkgs/ldb/template @@ -7,7 +7,7 @@ configure_args="--with-modulesdir=/usr/lib/ldb/modules" hostmakedepends="python pkg-config" makedepends="tdb-devel tevent-devel popt-devel" short_desc="An LDAP-like database from samba" -maintainer="Michael Aldridge " +maintainer="Yuusha Spacewolf " license="GPL-3" homepage="https://www.samba.org/ldb/" distfiles="https://www.samba.org/ftp/pub/ldb/ldb-${version}.tar.gz" diff --git a/srcpkgs/tevent/template b/srcpkgs/tevent/template index 927cf580f2..754a497e41 100644 --- a/srcpkgs/tevent/template +++ b/srcpkgs/tevent/template @@ -6,7 +6,7 @@ build_style=gnu-configure hostmakedepends="python pkg-config" makedepends="talloc-devel" short_desc="Event system based on the talloc memory management library" -maintainer="Michael Aldridge " +maintainer="Yuusha Spacewolf " license="GPL-3" homepage="https://tevent.samba.org" distfiles="https://www.samba.org/ftp/tevent/tevent-${version}.tar.gz"