pythonPackages.rosinstall: add maintainer

This commit is contained in:
Ben Wolsieffer 2019-08-30 00:38:19 -04:00
parent cb78412749
commit 2080680f72

View file

@ -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 ];
};
}