mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-27 05:01:21 +02:00
packages(go-thumbnailer): Fix formatting
This commit is contained in:
parent
4503a80c43
commit
29cde7537e
@ -32,9 +32,9 @@ buildGoModule rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
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";
|
homepage = "https://github.com/donovanglover/go-thumbnailer";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [];
|
maintainers = with maintainers; [donovanglover];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user