Skip to content

Commit f958703

Browse files
committed
use the full name as default value of the copyright holder
1 parent 5b432f3 commit f958703

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

copier/questions/package_details.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ code_of_conduct_email:
4545
{% endif %}
4646
copyright_holder:
4747
type: str
48-
placeholder: Netherlands eScience Center
49-
help: Who is the copyright holder?
48+
default: "{{ full_name }}"
49+
help: Who is the copyright holder (the default is your full name)?
5050
validator: >-
5151
{% if not copyright_holder %}
5252
This field cannot be empty as it will be used in content of the generated files.

0 commit comments

Comments
 (0)