Skip to content

Commit c528b47

Browse files
committed
Fix organization
1 parent 9c25778 commit c528b47

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sensors/video/sensorhub-driver-rtmp/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
// add info to OSGi manifest
1111
osgi {
1212
manifest {
13-
attributes('Bundle-Vendor': 'GeoRobotix Innovative Research, LLC.')
13+
attributes('Bundle-Vendor': 'GeoRobotix Innovative Research')
1414
attributes('Bundle-Activator': 'org.sensorhub.impl.sensor.rtmp.Activator')
1515
}
1616
}
@@ -21,7 +21,7 @@ ext.pom >>= {
2121
developer {
2222
id 'kyle-fitzp'
2323
name 'Kyle Fitzpatrick'
24-
organization 'GeoRobotix Innovative Research, LLC.'
24+
organization 'GeoRobotix Innovative Research'
2525
organizationUrl 'https://georobotix.us'
2626
}
2727
}

0 commit comments

Comments
 (0)