Skip to content

Commit 3eeeae7

Browse files
committed
fix apache 2.0 naming issue
1 parent f03d26f commit 3eeeae7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

copier/questions/essential.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ full_name:
2727
license:
2828
type: str
2929
choices:
30-
- "Apache Software License 2.0"
30+
- "Apache-2.0"
3131
- "MIT license"
3232
- "BSD license"
3333
- "ISC license"
3434
- "GNU General Public License v3 or later"
3535
- "GNU Lesser General Public License v3 or later"
3636
- "Not open source"
37-
default: "Apache Software License 2.0"
37+
default: "Apache-2.0"

0 commit comments

Comments
 (0)