Skip to content

Commit c1f0bb0

Browse files
committed
Updated source URL format and changed license information
1 parent 2aac593 commit c1f0bb0

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

recipes/recipes_emscripten/lakers-python/recipe.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ package:
77
version: ${{ version }}
88

99
source:
10-
- url: https://pypi.io/packages/source/l/lakers-python/lakers_python-${{ version }}.tar.gz
10+
- url: https://pypi.io/packages/source/${{ name[0] }}/${{ name }}/${{ name|replace('-','_') }}-${{ version }}.tar.gz
1111
sha256: 19059fde5572409f061c3dfcaa12f1634572ff3622b45f81853d05bb67a37bc5
1212

1313
build:
@@ -40,7 +40,6 @@ tests:
4040
about:
4141
summary: Python wrapper for the lakers crate (EDHOC implementation in Rust)
4242
license: BSD-3-Clause
43-
license_file: LICENSE
44-
homepage: https://github.com/openwsn-berkeley/lakers/
45-
repository: https://github.com/openwsn-berkeley/lakers/
46-
documentation: https://github.com/openwsn-berkeley/lakers/
43+
license_file: LICENSE.md
44+
homepage: https://crates.io/crates/lakers
45+
repository: https://github.com/lake-rs/lakers

0 commit comments

Comments
 (0)