mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-30 06:01:19 +00:00
ttop: format with nixfmt
This commit is contained in:
parent
de085eaf7a
commit
95688b938d
@ -1,4 +1,9 @@
|
||||
{ lib, buildNimPackage, fetchFromGitHub, testers }:
|
||||
{
|
||||
lib,
|
||||
buildNimPackage,
|
||||
fetchFromGitHub,
|
||||
testers,
|
||||
}:
|
||||
|
||||
buildNimPackage (finalAttrs: {
|
||||
pname = "ttop";
|
||||
@ -29,7 +34,10 @@ buildNimPackage (finalAttrs: {
|
||||
changelog = "https://github.com/inv2004/ttop/releases/tag/${finalAttrs.src.rev}";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ figsoda sikmir ];
|
||||
maintainers = with maintainers; [
|
||||
figsoda
|
||||
sikmir
|
||||
];
|
||||
mainProgram = "ttop";
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user