Commit 5e97d1fc authored by Anders Rytter Hansen's avatar Anders Rytter Hansen
Browse files

gitnuro: Update meta.platforms

The specified jar file is only for x86-64, hence specifying that under meta.platforms.
parent 9f9aa31d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
    description = "A FOSS Git multiplatform client based on Compose and JGit";
    homepage = "https://gitnuro.com/";
    license = licenses.gpl3Plus;
    platforms = platforms.unix;
    platforms = [ "x86_64-linux" ];
    maintainers = with maintainers; [ zendo ];
    mainProgram = "gitnuro";
  };