diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-08-02 00:18:40 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-08-02 00:18:40 +0200 |
commit | f66404427c3f8f1efc07dda744c188d324d8d869 (patch) | |
tree | 05a518e2e30c1ff95f86a0301294e972fba91644 /dev-python/sdnotify | |
parent | dev-python/autobahn: Whitespace (diff) | |
download | gentoo-f66404427c3f8f1efc07dda744c188d324d8d869.tar.gz gentoo-f66404427c3f8f1efc07dda744c188d324d8d869.tar.bz2 gentoo-f66404427c3f8f1efc07dda744c188d324d8d869.zip |
dev-python/sdnotify: Fix description
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/sdnotify')
-rw-r--r-- | dev-python/sdnotify/sdnotify-0.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sdnotify/sdnotify-0.3.1.ebuild b/dev-python/sdnotify/sdnotify-0.3.1.ebuild index 7e034a96ad4b..fe6f98641f01 100644 --- a/dev-python/sdnotify/sdnotify-0.3.1.ebuild +++ b/dev-python/sdnotify/sdnotify-0.3.1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 -DESCRIPTION="A pure Python implementation of systemd's service notification protocol (sd_notify)" +DESCRIPTION="Python implementation of systemd's service notification protocol (sd_notify)" HOMEPAGE=" https://github.com/bb4242/sdnotify https://pypi.python.org/pypi/sdnotify" |