Skip to content

Commit

Permalink
Reset git url and version
Browse files Browse the repository at this point in the history
  • Loading branch information
acpaquette committed Jan 18, 2024
1 parent f49012f commit d88b6d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

{% set name = "usgscsm" %}
{% set version = "proj_stuff" %}
{% set version = "main" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
git_url: 'https://github.com/acpaquette/usgscsm.git'
git_url: 'https://github.com/DOI-USGS/usgscsm.git'
git_tag: {{ version }}

build:
Expand Down

0 comments on commit d88b6d9

Please sign in to comment.