diff --git a/pkgs/by-name/fr/free42/package.nix b/pkgs/by-name/fr/free42/package.nix index 24a9c84b1372..d0d313e882c6 100644 --- a/pkgs/by-name/fr/free42/package.nix +++ b/pkgs/by-name/fr/free42/package.nix @@ -1,7 +1,7 @@ { lib, stdenv, - fetchFromGitHub, + fetchFromGitea, alsa-lib, copyDesktopItems, wrapGAppsHook3, @@ -11,13 +11,14 @@ stdenv.mkDerivation (finalAttrs: { pname = "free42"; - version = "3.3.5"; + version = "3.3.6"; - src = fetchFromGitHub { + src = fetchFromGitea { + domain = "codeberg.org"; owner = "thomasokken"; repo = "free42"; tag = "v${finalAttrs.version}"; - hash = "sha256-OJ9eECMMfUHLZqcbLRQnDrtqn6LJ0QL+j1WzF8WryiY="; + hash = "sha256-77A7YpoGLpzEU01c635DveybS5qvvC/sKdxmwV9HHAc="; }; nativeBuildInputs = [ @@ -94,7 +95,8 @@ stdenv.mkDerivation (finalAttrs: { ''; meta = { - homepage = "https://github.com/thomasokken/free42"; + homepage = "https://thomasokken.com/free42/"; + changelog = "https://thomasokken.com/free42/history.html"; description = "Software clone of HP-42S Calculator"; license = with lib.licenses; [ gpl2Only ]; maintainers = with lib.maintainers; [ ];