From bb23e7d0ba1bdaab75ccf2cc223a2e5e7df2fef5 Mon Sep 17 00:00:00 2001 From: jlaura <jlaura@usgs.gov> Date: Wed, 15 Aug 2018 11:17:56 -0700 Subject: [PATCH] Fixes package name (#79) --- recipe/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 0889aa1..f9eee4d 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ package: - name: sensormodels + name: usgscam version: "0.1.0" source: @@ -17,6 +17,6 @@ test: - test -e $PREFIX/lib/libusgscsm.dylib # [osx] about: - home: https://github.com/USGS-Astrogeology/SensorUtils + home: https://github.com/USGS-Astrogeology/CSM-CameraModels license: None - summary: "This is a library for CSM Camera Models" + summary: "USGS Astrogeology Community Sensor Model compliant sensor models." -- GitLab