Commit bbb0d6bd authored by jopejoe1's avatar jopejoe1
Browse files

actor-framework: update homepage url

parent 102f23e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";