various: update homepage url (#487049)

This commit is contained in:
Jo
2026-02-06 06:51:10 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Hiragana text to Kana Kanji mixed text Japanese input method";
homepage = "https://anthy.osdn.jp/";
homepage = "https://web.archive.org/web/20250404073626/https://osdn.net/projects/anthy/";
license = lib.licenses.gpl2Plus;
maintainers = [ ];
platforms = lib.platforms.unix;
+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";