caf: apply formatting (#352592)

This commit is contained in:
Aleksana 2024-11-29 16:19:56 +08:00 committed by GitHub
commit a68d0d6c2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,10 @@
{ lib, stdenv, fetchFromGitHub, cmake, openssl }:
{
lib,
stdenv,
fetchFromGitHub,
cmake,
openssl,
}:
stdenv.mkDerivation rec {
pname = "actor-framework";
@ -30,6 +36,9 @@ stdenv.mkDerivation rec {
license = licenses.bsd3;
platforms = platforms.unix;
changelog = "https://github.com/actor-framework/actor-framework/raw/${version}/CHANGELOG.md";
maintainers = with maintainers; [ bobakker tobim ];
maintainers = with maintainers; [
bobakker
tobim
];
};
}