netlistsvg: update meta.homepage
This commit is contained in:
parent
bd374243c0
commit
584efdc931
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ buildNpmPackage rec {
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Draw SVG digital circuits schematics from yosys JSON netlists";
|
description = "Draw SVG digital circuits schematics from yosys JSON netlists";
|
||||||
homepage = "https://neilturley.dev/netlistsvg/";
|
homepage = "https://github.com/nturley/netlistsvg";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ pbsds ];
|
maintainers = with lib.maintainers; [ pbsds ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue