actor-framework: update homepage url

This commit is contained in:
jopejoe1
2026-02-04 22:32:17 +01:00
parent 102f23e7ec
commit bbb0d6bd5f
+1 -1
View File
@@ -30,7 +30,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Open source implementation of the actor model in C++";
homepage = "http://actor-framework.org/";
homepage = "https://www.actor-framework.org/";
license = lib.licenses.bsd3;
platforms = lib.platforms.unix;
changelog = "https://github.com/actor-framework/actor-framework/raw/${finalAttrs.version}/CHANGELOG.md";