mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-16 09:49:45 +01:00
packages(go-thumbnailer): Fix formatting
This commit is contained in:
parent
4503a80c43
commit
29cde7537e
@ -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];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user