Unverified Commit a8dca4f2 authored by Kelvin Rodriguez's avatar Kelvin Rodriguez Committed by GitHub
Browse files

Update code.json to revert updating 8.3.0 (#5685)

* Update code.json to revert RC

* Update code.json

* Update code.json
parent 66ddb75f
Loading
Loading
Loading
Loading
+46 −1
Original line number Diff line number Diff line
@@ -88,6 +88,51 @@
      "metadataLastUpdated": "2023-04-19"
    }
  },{
    "name": "ISIS3",
    "organization": "U.S. Geological Survey",
    "description": "GitHub code repository for the Integrated Software for Imagers and Spectrometers (ISIS)",
    "version": "8.3.0",
    "status": "Production",
    
    "permissions": {
       "usageType": "openSource",
       "licenses": [
         {
           "name": "Public Domain, CC0-1.0",
           "URL": "https://code.usgs.gov/astrogeology/isis/-/raw/8.3.0/LICENSE.md"
         }
       ]
     },
    
    "homepageURL": "https://isis.astrogeology.usgs.gov",
    "downloadURL": "https://code.usgs.gov/astrogeology/isis/-/archive/8.3.0/8.3.0.zip",
    "disclaimerURL": "https://code.usgs.gov/astrogeology/isis/-/raw/8.3.0/DISCLAIMER.md",
    "repositoryURL": "https://code.usgs.gov/astrogeology/isis.git",
    "vcs": "git",

    "laborHours": 0,

    "tags": [
      "Planetary",
      "Remote Sensing",
      "Photogrammetry",
      "Data Processing"
    ],

    "languages": [
      "C++"
    ],

    "contact": {
      "name": "Christine Kim",
      "email": "chkim@usgs.gov"
    },

    "date": {
      "metadataLastUpdated": "2024-09-30"
    }
  },
  {
    "name": "ISIS3",
    "organization": "U.S. Geological Survey",
    "description": "GitHub code repository for the Integrated Software for Imagers and Spectrometers (ISIS)",
@@ -129,7 +174,7 @@
    },

    "date": {
      "metadataLastUpdated": "2024-09-30"
      "metadataLastUpdated": "2024-11-26"
    }
  }
]