caf: apply formatting
This commit is contained in:
parent
e20360e289
commit
9af38b4ee1
@ -1,4 +1,10 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, cmake, openssl }:
|
{
|
||||||
|
lib,
|
||||||
|
stdenv,
|
||||||
|
fetchFromGitHub,
|
||||||
|
cmake,
|
||||||
|
openssl,
|
||||||
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "actor-framework";
|
pname = "actor-framework";
|
||||||
@ -30,6 +36,9 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
changelog = "https://github.com/actor-framework/actor-framework/raw/${version}/CHANGELOG.md";
|
changelog = "https://github.com/actor-framework/actor-framework/raw/${version}/CHANGELOG.md";
|
||||||
maintainers = with maintainers; [ bobakker tobim ];
|
maintainers = with maintainers; [
|
||||||
|
bobakker
|
||||||
|
tobim
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user