diff options
author | Alexis Ballier <aballier@gentoo.org> | 2018-06-20 12:57:46 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2018-06-20 12:57:56 +0200 |
commit | d671c77d83567b90f72fae67556858fea8e724da (patch) | |
tree | 585ed3942eee637919da68feeb8ee41e3ae3391c /eclass/ros-catkin.eclass | |
parent | x11-misc/xiccd: bump to EAPI 7 (diff) | |
download | gentoo-d671c77d83567b90f72fae67556858fea8e724da.tar.gz gentoo-d671c77d83567b90f72fae67556858fea8e724da.tar.bz2 gentoo-d671c77d83567b90f72fae67556858fea8e724da.zip |
eclass/ros-catkin.eclass: Use https for homepage and add ROS_REPO_URI too for a quicker link to the repo.
Diffstat (limited to 'eclass/ros-catkin.eclass')
-rw-r--r-- | eclass/ros-catkin.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/ros-catkin.eclass b/eclass/ros-catkin.eclass index e6a66be85682..a556f28b4c95 100644 --- a/eclass/ros-catkin.eclass +++ b/eclass/ros-catkin.eclass @@ -128,7 +128,7 @@ else S=${WORKDIR}/${VER_PREFIX}${ROS_REPO_URI##*/}-${PV}${VER_SUFFIX}/${ROS_SUBDIR} fi -HOMEPAGE="http://wiki.ros.org/${PN}" +HOMEPAGE="https://wiki.ros.org/${PN} ${ROS_REPO_URI}" # @FUNCTION: ros-catkin_src_prepare # @DESCRIPTION: |