Skip to content

Commit df9265a

Browse files
atouchetmadsmtm
authored andcommitted
Update URLs
1 parent f82b9e4 commit df9265a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Pyfisch <[email protected]>"]
55
description = "Contains types to define keyboard related events."
66
readme = "README.md"
77
license = "MIT OR Apache-2.0"
8-
repository = "https://github.com/pyfisch/keyboard-types"
8+
repository = "https://github.com/rust-windowing/keyboard-types"
99
keywords = ["keyboard", "input", "event", "webdriver"]
1010
edition = "2021"
1111
# 1.61 with `std` feature, 1.81 without.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Keyboard Types
22
==============
33

4-
[![Build Status](https://github.com/pyfisch/keyboard-types/actions/workflows/ci.yml/badge.svg)](https://github.com/pyfisch/keyboard-types/actions/workflows/ci.yml)
5-
[![Crates.io](https://img.shields.io/crates/v/keyboard-types.svg)](https://crates.io/crates/keyboard-types)
4+
[![Build Status](https://github.com/rust-windowing/keyboard-types/actions/workflows/ci.yml/badge.svg)](https://github.com/rust-windowing/keyboard-types/actions)
5+
[![crates.io](https://img.shields.io/crates/v/keyboard-types.svg)](https://crates.io/crates/keyboard-types)
66
[![Documentation](https://docs.rs/keyboard-types/badge.svg)](https://docs.rs/keyboard-types)
77

88
Contains types to define keyboard related events.

0 commit comments

Comments
 (0)