Unverified Commit f44c6ca4 authored by Jesse Mapel's avatar Jesse Mapel Committed by GitHub
Browse files

Update code.json (#33)

parent 94b1da56
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
  {
    "name": "swigcsm",
    "organization": "U.S. Geological Survey",
    "description": "GitHub repository containing SWIG wrappers for the CSM API",
    "description": "Git repository containing SWIG wrappers for the CSM API",
    "version": "1.0.1",
    "status": "Production",

@@ -11,15 +11,15 @@
      "licenses": [
        {
          "name": "Public Domain, CC0-1.0",
          "URL": "https://github.com/USGS-Astrogeology/swigcsm/blob/master/LICENSE.md"
          "URL": "https://code.usgs.gov/astrogeology/swigcsm/-/blob/master/LICENSE.md"
        }
      ]
    },

    "homepageURL": "https://github.com/USGS-Astrogeology/swigcsm/releases/tag/1.0.1",
    "downloadURL": "https://github.com/USGS-Astrogeology/swigcsm/archive/refs/tags/1.0.1.zip",
    "disclaimerURL": "https://github.com/USGS-Astrogeology/swigcsm/blob/master/DISCLAIMER.md",
    "repositoryURL": "https://github.com/USGS-Astrogeology/swigcsm",
    "homepageURL": "https://code.usgs.gov/astrogeology/swigcsm/-/releases/1.0.1",
    "downloadURL": "https://code.usgs.gov/astrogeology/swigcsm/-/archive/1.0.1/swigcsm-1.0.1.zip",
    "disclaimerURL": "https://code.usgs.gov/astrogeology/swigcsm/-/blob/master/DISCLAIMER.md",
    "repositoryURL": "https://code.usgs.gov/astrogeology/swigcsm",
    "vcs": "git",

    "laborHours": 40,
@@ -43,7 +43,7 @@
    },

    "date": {
      "metadataLastUpdated": "2022-04-14"
      "metadataLastUpdated": "2022-06-11"
    }
  }
]