We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c25778 commit c528b47Copy full SHA for c528b47
1 file changed
sensors/video/sensorhub-driver-rtmp/build.gradle
@@ -10,7 +10,7 @@ dependencies {
10
// add info to OSGi manifest
11
osgi {
12
manifest {
13
- attributes('Bundle-Vendor': 'GeoRobotix Innovative Research, LLC.')
+ attributes('Bundle-Vendor': 'GeoRobotix Innovative Research')
14
attributes('Bundle-Activator': 'org.sensorhub.impl.sensor.rtmp.Activator')
15
}
16
@@ -21,7 +21,7 @@ ext.pom >>= {
21
developer {
22
id 'kyle-fitzp'
23
name 'Kyle Fitzpatrick'
24
- organization 'GeoRobotix Innovative Research, LLC.'
+ organization 'GeoRobotix Innovative Research'
25
organizationUrl 'https://georobotix.us'
26
27
0 commit comments