Skip to content

Commit

Permalink
Fix doc link.
Browse files Browse the repository at this point in the history
  • Loading branch information
ISibboI committed Oct 17, 2024
1 parent 0056f38 commit 216ffbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -582,8 +582,8 @@ but note that only the variables get (de)serialized, not the functions.

## License

This crate is primarily distributed under the terms of the MIT license.
See [LICENSE](LICENSE) for details.
This crate is primarily distributed under the terms of the AGPL3 license.
See [LICENSE](/LICENSE) for details.


<!-- cargo-sync-readme end -->
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -565,8 +565,8 @@
//!
//! ## License
//!
//! This crate is primarily distributed under the terms of the MIT license.
//! See [LICENSE](LICENSE) for details.
//! This crate is primarily distributed under the terms of the AGPL3 license.
//! See [LICENSE](/LICENSE) for details.
//!
#![deny(missing_docs)]
Expand Down

0 comments on commit 216ffbb

Please sign in to comment.