Merge pull request #280105 from pbsds/fix-gitnuro-1704916161

gitnuro: update meta.homepage
This commit is contained in:
Peder Bergebakken Sundt
2024-01-11 02:00:56 +01:00
committed by GitHub
@@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A FOSS Git multiplatform client based on Compose and JGit";
homepage = "https://gitnuro.jetpackduba.com";
homepage = "https://gitnuro.com/";
license = licenses.gpl3Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ zendo ];