File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ You must be at least `1.70.0` tall to get on this ride.
129
129
### License
130
130
131
131
The code in this repository is covered by [ the Apache-2.0
132
- License] ( LICENSE.md ) .
132
+ License] ( LICENSE ) .
133
133
134
134
[ `KdlDocument` ] : https://docs.rs/kdl/latest/kdl/struct.KdlDocument.html
135
135
[ `KdlNode` ] : https://docs.rs/kdl/latest/kdl/struct.KdlNode.html
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package {
3
3
version "0.0.0"
4
4
description "The kdl document language"
5
5
authors "Kat Marchán <[email protected] >"
6
- license-file LICENSE.md
6
+ license-file LICENSE
7
7
edition "2018"
8
8
}
9
9
Original file line number Diff line number Diff line change 127
127
//! ## License
128
128
//!
129
129
//! The code in this repository is covered by [the Apache-2.0
130
- //! License](LICENSE.md ).
130
+ //! License](LICENSE).
131
131
132
132
// TODO(@zkat): bring this back later.
133
133
// ### Query Engine
You can’t perform that action at this time.
0 commit comments