Skip to content

Commit

Permalink
fix home URL, use jinja template for source URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Russell Neches committed Dec 24, 2024
1 parent d7eafe9 commit 754e9ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/suchtree/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package:
version: "{{ version }}"

source:
url: "https://files.pythonhosted.org/packages/db/f0/75245602f31f80d18a7ffd4b4739e2eb442e46801c1c0ea430c0f002f2e7/suchtree-1.2.tar.gz"
url: "https://pypi.io/packages/source/{{ name[0]|lower }}/{{ name }}/{{ name|lower }}-{{ version }}.tar.gz"
sha256: c45af37beb1a210097151b807ccde9966c72a3cfa99ecfe80251bcc0a14f1f60

build:
Expand Down Expand Up @@ -37,7 +37,7 @@ test:
- SuchTree

about:
home: The package home page
home: https://github.com/ryneches/SuchTree/
license: BSD
license_family: BSD
license_file: LICENSE
Expand Down

0 comments on commit 754e9ee

Please sign in to comment.