From 2b1b5011a2633d20721e61c5fea4bb2dd5fbbaa3 Mon Sep 17 00:00:00 2001 From: Johannes Mey <johannes.mey@tu-dresden.de> Date: Tue, 1 Sep 2020 12:50:12 +0200 Subject: [PATCH] update license, url, maintainer --- package.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.xml b/package.xml index 8470de3..acb421b 100644 --- a/package.xml +++ b/package.xml @@ -1,24 +1,25 @@ <?xml version="1.0"?> <package format="2"> <name>simulation_util</name> - <version>0.1.0</version> + <version>0.2.0</version> <description>The simulation_util package</description> <!-- One maintainer tag required, multiple allowed, one person per tag --> <!-- Example: --> <!-- <maintainer email="jane.doe@example.com">Jane Doe</maintainer> --> + <maintainer email="sebastian.ebert@tu-dresden.de">Sebastian Ebert</maintainer> <maintainer email="johannes.mey@tu-dresden.de">Johannes Mey</maintainer> <!-- One license tag required, multiple allowed, one license per tag --> <!-- Commonly used license strings: --> <!-- BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 --> - <license>MIT</license> + <license>BSD</license> <!-- Url tags are optional, but multiple are allowed, one per tag --> <!-- Optional attribute type can be: website, bugtracker, or repository --> - <url type="website">http://st.inf.tu-dresden.de/ceti-robots/pkgs/simulation_util.html</url> + <url type="website">http://ceti.pages.st.inf.tu-dresden.de/robotics/pkgs/simulation_util.html</url> <url type="repository">https://git-st.inf.tu-dresden.de/ceti/ros/simulation_util</url> -- GitLab