gnu: python-setproctitle: Fix indentation.

* gnu/packages/python-xyz.scm (python-setproctitle): Re-indent.
This commit is contained in:
Tobias Geerinckx-Rice 2020-06-27 00:13:18 +02:00
parent 3f68322e5a
commit 90596f373a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -13121,7 +13121,7 @@ English stemmer.")
(package-with-python2 python-snowballstemmer)) (package-with-python2 python-snowballstemmer))
(define-public python-setproctitle (define-public python-setproctitle
(package (package
(name "python-setproctitle") (name "python-setproctitle")
(version "1.1.10") (version "1.1.10")
(source (source
@ -13158,8 +13158,7 @@ English stemmer.")
(invoke "make" "check")))))) (invoke "make" "check"))))))
(native-inputs (native-inputs
`(("procps" ,procps))) ; required for tests `(("procps" ,procps))) ; required for tests
(home-page (home-page "https://github.com/dvarrazzo/py-setproctitle")
"https://github.com/dvarrazzo/py-setproctitle")
(synopsis (synopsis
"Setproctitle implementation for Python to customize the process title") "Setproctitle implementation for Python to customize the process title")
(description "The library allows a process to change its title (as displayed (description "The library allows a process to change its title (as displayed