summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-12-28 09:45:52 -0800
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-12-29 06:09:51 +0000
commit4df855e22695261de7bc33c7d211f4c777136253 (patch)
tree9ee35c0a38e9fa6f49ffac480ecd8ac86a46046c
parentMerge pull request #152553 from NixOS/backport-152551-to-release-21.11 (diff)
downloadnixpkgs-4df855e22695261de7bc33c7d211f4c777136253.tar.gz
icestorm: update homepage
(cherry picked from commit 7c517f25cef998df855729f2edf19e0d5171b29b)
-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;