Skip to content
This repository was archived by the owner on Jun 8, 2025. It is now read-only.

Commit b5dc604

Browse files
committed
update license and package info
1 parent e0f0f88 commit b5dc604

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

Cargo.toml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
[package]
22
version = "2.0.2"
3-
authors = ["David Pedersen <[email protected]>"]
3+
authors = [
4+
"David Pedersen <[email protected]>",
5+
"Alex Kao <[email protected]>",
6+
]
47
categories = ["development-tools"]
58
description = "Easily compare two JSON values and get great output"
6-
homepage = "https://github.com/davidpdrsn/assert-json-diff"
9+
homepage = "https://github.com/b-2u/json-diff"
710
keywords = ["serde_json", "json", "testing"]
811
license = "MIT"
9-
name = "assert-json-diff"
12+
name = "json-diff"
1013
readme = "README.md"
11-
repository = "https://github.com/davidpdrsn/assert-json-diff.git"
12-
documentation = "https://docs.rs/assert-json-diff"
14+
repository = "https://github.com/b-2u/json-diff.git"
15+
documentation = "https://docs.rs/json-diff"
1316
edition = "2018"
1417

1518
[dependencies]

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Copyright (c) 2019 David Pedersen
2+
Copyright (c) 2025 Alex Kao
23

34
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
45

0 commit comments

Comments
 (0)