diff options
author | Justin Lecher <jlec@gentoo.org> | 2017-11-18 20:39:44 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2017-11-18 20:39:44 +0000 |
commit | bce61aa3e4fe85fe411df858eb30ebe72a3a8f88 (patch) | |
tree | b1c9615114a61663dd20c38cda7bb4b0a04ec6cd /dev-python/pydotplus | |
parent | sci-biology/bismark: Fix repoman warnings (diff) | |
download | sci-bce61aa3e4fe85fe411df858eb30ebe72a3a8f88.tar.gz sci-bce61aa3e4fe85fe411df858eb30ebe72a3a8f88.tar.bz2 sci-bce61aa3e4fe85fe411df858eb30ebe72a3a8f88.zip |
Consistently ident with tabs
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/pydotplus')
-rw-r--r-- | dev-python/pydotplus/metadata.xml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/dev-python/pydotplus/metadata.xml b/dev-python/pydotplus/metadata.xml index eb80ef0cd..e20862b8a 100644 --- a/dev-python/pydotplus/metadata.xml +++ b/dev-python/pydotplus/metadata.xml @@ -1,19 +1,19 @@ -<?xml version='1.0' encoding='UTF-8'?> +<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>horea.christ@gmail.com</email> - <name>Horea Christian</name> - </maintainer> - <maintainer type="project"> - <email>sci@gentoo.org</email> - <name>Gentoo Science Project</name> - </maintainer> - <longdescription lang="en"> + <maintainer type="person"> + <email>horea.christ@gmail.com</email> + <name>Horea Christian</name> + </maintainer> + <maintainer type="project"> + <email>sci@gentoo.org</email> + <name>Gentoo Science Project</name> + </maintainer> + <longdescription lang="en"> PyDotPlus is an improved version of the old pydot project that provides a Python Interface to Graphviz’s Dot language. </longdescription> - <upstream> - <remote-id type="pypi">pydotplus</remote-id> - </upstream> + <upstream> + <remote-id type="pypi">pydotplus</remote-id> + </upstream> </pkgmetadata> |