caf: apply formatting

This commit is contained in:
Tobias Mayer 2024-10-31 13:33:30 +01:00 committed by Weijia Wang
parent e20360e289
commit 9af38b4ee1

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
];
};
}