diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-01-29 00:58:41 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-30 23:55:33 +0700 |
commit | ec0ee3c5f7d1d147c6f0db34ff1b64ba0b5c6a60 (patch) | |
tree | 0beaa2d6de98778b5b0c99ac743c9d2df46c0daf /network/owncloud-client | |
parent | 79be842a8f53ad36c860daa9fdbaa84d8396b6cb (diff) |
network/owncloud-client: Orphan maintenance of owncloud-client
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/owncloud-client')
-rw-r--r-- | network/owncloud-client/owncloud-client.SlackBuild | 3 | ||||
-rw-r--r-- | network/owncloud-client/owncloud-client.info | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/network/owncloud-client/owncloud-client.SlackBuild b/network/owncloud-client/owncloud-client.SlackBuild index c4d7b7d749fb1..7a014c6a9d641 100644 --- a/network/owncloud-client/owncloud-client.SlackBuild +++ b/network/owncloud-client/owncloud-client.SlackBuild @@ -41,9 +41,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/network/owncloud-client/owncloud-client.info b/network/owncloud-client/owncloud-client.info index 215d822f8db7e..13fd9b07821f1 100644 --- a/network/owncloud-client/owncloud-client.info +++ b/network/owncloud-client/owncloud-client.info @@ -6,5 +6,5 @@ MD5SUM="0143df7cea72bf29874ae429e7a5f6f9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libcloudproviders" -MAINTAINER="Isaac Yu" -EMAIL="isaacyu1@isaacyu1.com" +MAINTAINER="orphaned (no maintainer)" +EMAIL="" |