Unverified Commit 9d1883c8 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

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

gitnuro: update meta.homepage
parents 14e2d72f 0a356908
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];