nmigen: fix URL

pull/1/head
Sebastien Bourdeauducq 2019-06-11 22:47:38 +08:00
parent b93ee35a7d
commit 6d2449b973
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ python3Packages.buildPythonPackage {
meta = with stdenv.lib; {
description = "A refreshed Python toolbox for building complex digital hardware";
homepage = "https://lambdaconcept.com";
homepage = "https://m-labs.hk";
license = licenses.bsd2;
maintainers = [ maintainers.sb0 ];
};