1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00
Files
niveum/dot/stack.nix
2018-09-11 18:16:33 +02:00

11 lines
227 B
Nix

{ fullName, fullEmail, githubUser }:
''
templates:
params:
author-name: ${fullName}
author-email: ${fullEmail}
category: Data
copyright: 'Copyright: (c) 2018 ${fullName}'
github-username: ${githubUser}
''