diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-01-31 12:51:53 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-04 06:49:21 +0700 |
commit | 180c77f20cfe1c4e5124696338c1cd2e4daa5956 (patch) | |
tree | f44b01fd77a66cbaa42330986d3c3fb1497f2cf0 /python | |
parent | b10efd69b9fa7a6454bd80c1255e76ca167aea09 (diff) |
python/jdcal: Orphan maintenance of jdcal
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/jdcal/jdcal.SlackBuild | 3 | ||||
-rw-r--r-- | python/jdcal/jdcal.info | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/python/jdcal/jdcal.SlackBuild b/python/jdcal/jdcal.SlackBuild index 11cc88191055..4b2c4d8bec73 100644 --- a/python/jdcal/jdcal.SlackBuild +++ b/python/jdcal/jdcal.SlackBuild @@ -38,9 +38,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/python/jdcal/jdcal.info b/python/jdcal/jdcal.info index a8596ac69e23..2fee59fa8491 100644 --- a/python/jdcal/jdcal.info +++ b/python/jdcal/jdcal.info @@ -6,5 +6,5 @@ MD5SUM="de6b2f33d60a9e9174b67d7883713357" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lxml" -MAINTAINER="Isaac Yu" -EMAIL="isaacyu1@isaacyu1.com" +MAINTAINER="orphaned (no maintainer)" +EMAIL="" |