Unverified Commit 724df8b6 authored by Janik's avatar Janik Committed by GitHub
Browse files

Merge pull request #239841 from wahtique/patch-1

parents 73b17bf3 9a6b99ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,6 +33,6 @@ buildGoModule rec {
    homepage = "https://github.com/dim-an/cod/";
    license = licenses.asl20;
    maintainers = with maintainers; [ SuperSandro2000 ];
    broken = true;
    broken = stdenv.isDarwin;
  };
}