mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-10 01:42:24 +03:00
pythonPackages.rospkg: fix unquoted URL
This commit is contained in:
parent
8438dfc009
commit
1142fe198b
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue