treewide: follow some GitHub redirects for fetchFromGitHub (#538419)

This commit is contained in:
Yohann Boniface
2026-07-04 20:37:50 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
meta = {
description = "De novo assembler for single molecule sequencing reads using repeat graphs";
homepage = "https://github.com/fenderglass/Flye";
homepage = "https://github.com/mikolmogorov/Flye";
license = lib.licenses.bsd3;
mainProgram = "flye";
maintainers = with lib.maintainers; [ assistant ];
+1 -1
View File
@@ -42,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: {
env.NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations"; # QCheckBox::stateChanged is deprecated
meta = {
homepage = "https://github.com/francescmm/GitQlient";
homepage = "https://github.com/francescmaestre/GitQlient";
description = "Multi-platform Git client written with Qt";
license = lib.licenses.lgpl2Plus;
platforms = lib.platforms.linux;