Skip to content

Commit a2edc11

Browse files
committed
fix: update source URL in conda recipe to use correct domain
1 parent 8de42a0 commit a2edc11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda/recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ package:
1111
version: {{ version }}
1212

1313
source:
14-
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/{{ filename_name }}-{{ version }}.tar.gz
14+
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ filename_name }}-{{ version }}.tar.gz
1515
sha256: 0d5684fd9d473270555fd0cc8b9597b36453bd37a74b1befcb279cf1480340a5
1616

1717
build:

0 commit comments

Comments
 (0)