pythonPackages.rospkg: fix unquoted URL

This commit is contained in:
Ben Wolsieffer 2019-08-30 00:43:08 -04:00
parent 8438dfc009
commit 1142fe198b

View file

@ -15,7 +15,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library for retrieving information about ROS packages and stacks";
homepage = http://wiki.ros.org/rospkg;
homepage = "http://wiki.ros.org/rospkg";
license = licenses.bsd3;
maintainers = with maintainers; [ lopsided98 ];
};