diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 090069ab2..5b11a6371 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -16910,19 +16910,14 @@ embeddable JavaScript engine.") (base32 "1qs95vxplxwspbrqy8bvc195s58iy43qkf75yrjfql2sim8b25sl")))) (build-system python-build-system) - (home-page - "http://github.com/tcalmant/jsonrpclib/") - (synopsis - "This project is an implementation of the JSON-RPC v2.0 -specification (backwards-compatible) as a client library, for Python 2.7 and -Python 3.This version is a fork of jsonrpclib by Josh Marshall, usable with -Pelix remote services.") - (description - "This project is an implementation of the JSON-RPC v2.0 -specification (backwards-compatible) as a client library, for Python 2.7 and -Python 3.This version is a fork of jsonrpclib by Josh Marshall, usable with -Pelix remote services.") - (license #f))) + (home-page "https://github.com/tcalmant/jsonrpclib/") + (synopsis "JSON-RPC 2.0 client library for Python") + (description + "This library implements the JSON-RPC v2.0 +specification (backwards-compatible) as a client library for Python. This +version is a fork of jsonrpclib by Josh Marshall, usable with Pelix remote +services.") + (license license:asl2.0))) (define-public python2-jsonrpclib-pelix (package-with-python2 python-jsonrpclib-pelix))