Skip to content

Commit c6d9ee7

Browse files
committed
Update crate metadata and copyright
1 parent 639cf6c commit c6d9ee7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Cargo.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
[package]
2-
authors = ["Jorge Aparicio <[email protected]>"]
2+
authors = [
3+
"Jorge Aparicio <[email protected]>",
4+
"The Embedded Linux Team <[email protected]>",
5+
]
36
categories = ["embedded", "hardware-support"]
47
description = "Implementation of the `embedded-hal` traits for Linux devices"
58
keywords = ["Linux", "hal"]
69
license = "MIT OR Apache-2.0"
710
name = "linux-embedded-hal"
8-
repository = "https://github.com/japaric/linux-embedded-hal"
11+
repository = "https://github.com/rust-embedded/linux-embedded-hal"
912
version = "0.3.0"
13+
readme = "README.md"
1014

1115
[features]
1216
gpio_sysfs = ["sysfs_gpio"]

LICENSE-MIT

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Copyright (c) 2018 Jorge Aparicio
2+
Copyright (c) 2021 The Rust Embedded Linux Team <[email protected]>
23

34
Permission is hereby granted, free of charge, to any
45
person obtaining a copy of this software and associated

0 commit comments

Comments
 (0)