1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-28 17:38:33 +02:00

scmpuff: fix formatting

This commit is contained in:
Robert Helgesson 2021-04-24 19:06:40 +02:00
parent 839645caf3
commit c2c26120d7
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -5,8 +5,9 @@ in {
meta.maintainers = [ maintainers.cpcloud ]; meta.maintainers = [ maintainers.cpcloud ];
options.programs.scmpuff = { options.programs.scmpuff = {
enable = mkEnableOption enable = mkEnableOption ''
"scmpuff, a command line tool that allows you to work quicker with Git by substituting numeric shortcuts for files"; scmpuff, a command line tool that allows you to work quicker with Git by
substituting numeric shortcuts for files'';
package = mkOption { package = mkOption {
type = types.package; type = types.package;