mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-10 17:54:49 +03:00
pythonPackages.rosinstall: add maintainer
This commit is contained in:
parent
cb78412749
commit
2080680f72
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ buildPythonPackage rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "The installer for ROS";
|
||||
homepage = http://wiki.ros.org/rosinstall;
|
||||
homepage = "http://wiki.ros.org/rosinstall";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ lopsided98 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue