Skip to content

Commit

Permalink
change project slug format
Browse files Browse the repository at this point in the history
  • Loading branch information
engineer committed Jan 1, 2023
1 parent 437b3c8 commit e292479
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cookiecutter.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"full_name": "KriztoferY",
"email": "KriztoferY@example.com",
"email": "unknown",
"github_username": "KriztoferY",
"project_name": "Cpp Static Library",
"project_slug": "{{ cookiecutter.project_name.lower().replace(' ', '_').replace('-', '_') }}",
"project_slug": "{{ cookiecutter.project_name.lower().replace(' ', '-').replace('_', '-') }}",
"project_short_description": "A modern C++ static library.",
"version": "0.1.0",
"library_name": "",
"library_name": "WARNING-cannot-be-empty",
"open_source_license": [
"MIT",
"BSD-2",
Expand Down

0 comments on commit e292479

Please sign in to comment.