Skip to content

Commit 3184e64

Browse files
committed
chore: update repository urls after moving
1 parent 994496d commit 3184e64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
66

77
### Features
88

9-
- Add support for `lib.exe` from MSVC when running on Windows in [#2](https://github.com/ravenexp/python3-dll-a/pull/2)
9+
- Add support for `lib.exe` from MSVC when running on Windows in [#2](https://github.com/pyo3/python3-dll-a/pull/2)
1010

1111
### Documentation
1212

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "python3-dll-a"
33
version = "0.2.1"
44
edition = "2021"
55
description = "Standalone python3.dll import library generator"
6-
repository = "https://github.com/ravenexp/python3-dll-a"
6+
repository = "https://github.com/pyo3/python3-dll-a"
77
authors = ["Sergey Kvachonok <[email protected]>", "messense <[email protected]>"]
88
license = "MIT AND PSF-2.0"
99
keywords = ["build-dependencies", "python", "windows", "mingw"]

0 commit comments

Comments
 (0)