packages(go-thumbnailer): Fix formatting

This commit is contained in:
Donovan Glover 2023-06-09 07:30:45 -04:00
parent 4503a80c43
commit 29cde7537e
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -32,9 +32,9 @@ buildGoModule rec {
'';
meta = with lib; {
description = "A cover thumbnailer written in Go for performance and reliability.";
description = "A cover thumbnailer written in Go for performance and reliability";
homepage = "https://github.com/donovanglover/go-thumbnailer";
license = licenses.mit;
maintainers = [];
maintainers = with maintainers; [donovanglover];
};
}