Review formatting
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
{
|
||||
notmuch,
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
rustPlatform,
|
||||
{ notmuch
|
||||
, lib
|
||||
, stdenv
|
||||
, fetchFromGitHub
|
||||
, rustPlatform
|
||||
}:
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "notmuch-mailmover";
|
||||
@@ -16,7 +15,7 @@ rustPlatform.buildRustPackage rec {
|
||||
sha256 = "sha256-b2Q1JcXIp56Niv5kdPgQSM91e8hPPdyhWIG4f7kQn78=";
|
||||
};
|
||||
|
||||
buildInputs = [notmuch];
|
||||
buildInputs = [ notmuch ];
|
||||
|
||||
cargoSha256 = "sha256-AW0mCdQN3WJhSErJ/MqnNIsRX+C6Pb/zHCQh7v/70MU=";
|
||||
|
||||
@@ -24,7 +23,7 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "Application to assign notmuch tagged mails to IMAP folders";
|
||||
homepage = "https://github.com/michaeladler/notmuch-mailmover/";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [michaeladler archer-65];
|
||||
maintainers = with maintainers; [ michaeladler archer-65 ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user