rates:format with nixfmt

This commit is contained in:
Fabian Affolter
2024-12-03 11:46:01 +01:00
parent ece89eabe5
commit a72e7d1cd2
+10 -6
View File
@@ -1,8 +1,9 @@
{ lib
, stdenv
, fetchFromGitHub
, rustPlatform
, Security
{
lib,
stdenv,
fetchFromGitHub,
rustPlatform,
Security,
}:
rustPlatform.buildRustPackage rec {
@@ -24,7 +25,10 @@ rustPlatform.buildRustPackage rec {
description = "CLI tool that brings currency exchange rates right into your terminal";
homepage = "https://github.com/lunush/rates";
changelog = "https://github.com/lunush/rates/releases/tag/${version}";
license = with licenses; [ asl20 /* or */ mit ];
license = with licenses; [
asl20
mit
];
maintainers = with maintainers; [ fab ];
mainProgram = "rates";
};