summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-12-29 14:05:43 +0800
committerGitHub <noreply@github.com>2021-12-29 14:05:43 +0800
commit15f0556dd3395806fe9f7554e3a8a5d8cfa71772 (patch)
tree0eb2c8e321c9fa57e189459866db8c44b3f0a153 /pkgs
parent3e0e37a3d3a5e26d721be3c300b1be815b9cd944 (diff)
parent7c517f25cef998df855729f2edf19e0d5171b29b (diff)
Merge pull request #152483 from jonringer/update-icestorm-homepage
icestorm: update homepage
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/embedded/fpga/icestorm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/embedded/fpga/icestorm/default.nix b/pkgs/development/embedded/fpga/icestorm/default.nix
index 2644821529b7..b660571eb3e5 100644
--- a/pkgs/development/embedded/fpga/icestorm/default.nix
+++ b/pkgs/development/embedded/fpga/icestorm/default.nix
@@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
FPGAs and providing simple tools for analyzing and
creating bitstream files.
'';
- homepage = "http://www.clifford.at/icestorm/";
+ homepage = "https://github.com/YosysHQ/icestorm/";
license = lib.licenses.isc;
maintainers = with lib.maintainers; [ shell thoughtpolice emily ];
platforms = lib.platforms.all;