From 7a6bdcb041a4c7d9742843777bcdd54b47870821 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 2 Jan 2019 16:04:25 +0800 Subject: [PATCH] nix: fix m-labs URLs --- nix/pkgs/python3Packages.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nix/pkgs/python3Packages.nix b/nix/pkgs/python3Packages.nix index cd102f416..4ce508f41 100644 --- a/nix/pkgs/python3Packages.nix +++ b/nix/pkgs/python3Packages.nix @@ -18,7 +18,7 @@ rec { meta = with stdenv.lib; { description = "asyncio support for pyserial"; - homepage = "https://m-labs.hk/gateware.html"; + homepage = "https://m-labs.hk"; license = licenses.bsd2; platforms = platforms.unix; }; @@ -43,7 +43,7 @@ rec { meta = with stdenv.lib; { description = "A high performance and small footprint system-on-chip based on Migen https://m-labs.hk"; - homepage = "https://m-labs.hk/gateware.html"; + homepage = "https://m-labs.hk/migen"; license = licenses.bsd2; platforms = platforms.unix; }; @@ -68,7 +68,7 @@ rec { meta = with stdenv.lib; { description = "A Python toolbox for building complex digital hardware"; - homepage = "https://m-labs.hk/gateware.html"; + homepage = "https://m-labs.hk/migen"; license = licenses.bsd2; platforms = platforms.unix; };