Skip to content

Commit f3c7fbb

Browse files
committed
update authorship info
To reduce confusion over who to contact about the library. See #332 (comment)
1 parent cfc77cb commit f3c7fbb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "adblock"
33
version = "0.8.7"
4-
authors = ["Andrius Aucinas <aaucinas@brave.com>", "Anton Lazarev <alazarev@brave.com>"]
4+
authors = ["Anton Lazarev <alazarev@brave.com>", "Andrius Aucinas"]
55
edition = "2021"
66

77
description = "Native Rust module for Adblock Plus syntax (e.g. EasyList, EasyPrivacy) filter parsing and matching."

js/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "adblock-rs"
33
version = "0.8.7"
4-
authors = ["Andrius Aucinas <aaucinas@brave.com>", "Anton Lazarev <alazarev@brave.com>"]
4+
authors = ["Anton Lazarev <alazarev@brave.com>", "Andrius Aucinas"]
55
edition = "2018"
66
license = "MPL-2.0"
77
exclude = ["artifacts.json", "index.node"]

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"rust"
1515
],
1616
"main": "js/index.js",
17-
"author": "Andrius Aucinas <aaucinas@brave.com>",
17+
"author": "Anton Lazarev <alazarev@brave.com>",
1818
"contributors": [
19-
"Anton Lazarev <alazarev@brave.com>"
19+
"Andrius Aucinas"
2020
],
2121
"license": "MPL-2.0",
2222
"homepage": "https://github.com/brave/adblock-rust#readme",

0 commit comments

Comments
 (0)