tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
icestorm: update homepage
Jonathan Ringer
4 years ago
7c517f25
1e01453b
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
embedded
fpga
icestorm
default.nix
+1
-1
pkgs/development/embedded/fpga/icestorm/default.nix
···
62
62
FPGAs and providing simple tools for analyzing and
63
63
creating bitstream files.
64
64
'';
65
65
-
homepage = "http://www.clifford.at/icestorm/";
65
65
+
homepage = "https://github.com/YosysHQ/icestorm/";
66
66
license = lib.licenses.isc;
67
67
maintainers = with lib.maintainers; [ shell thoughtpolice emily ];
68
68
platforms = lib.platforms.all;