We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb2b08d commit 80145a6Copy full SHA for 80145a6
codemeta/codemeta.go
@@ -74,8 +74,7 @@ func (person *PersonOrOrganization) ToCFF() ([]byte, error) {
74
// CITATION.cff document as an array of byte.
75
// Based on documentation at https://citation-file-format.github.io/
76
func (cm *Codemeta) ToCff() ([]byte, error) {
77
- src := []byte(fmt.Sprintf(`# YAML 1.2
78
-cff-version: 1.2.0
+ src := []byte(fmt.Sprintf(`cff-version: 1.2.0
79
message: "If you use this software, please cite it as below."
80
title: %s
81
authors:`, cm.Name))
0 commit comments