Unverified Commit b255f6d6 authored by Luflosi's avatar Luflosi
Browse files

yosys: fix homepage

The old link was now pointing at a casino website.
parent a782fa14
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -143,7 +143,7 @@ in stdenv.mkDerivation rec {

  meta = with lib; {
    description = "Open RTL synthesis framework and tools";
    homepage    = "http://www.clifford.at/yosys/";
    homepage    = "https://yosyshq.net/yosys/";
    license     = licenses.isc;
    platforms   = platforms.all;
    maintainers = with maintainers; [ shell thoughtpolice emily ];