summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-12-28 09:07:43 -0800
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-12-29 06:12:56 +0000
commitece61aa2f49e3539c8365d924fcb058cf28b8268 (patch)
treeb2d371bcf39ac78f35fdda9b49a0e212541bc45c
parentMerge pull request #152553 from NixOS/backport-152551-to-release-21.11 (diff)
downloadnixpkgs-ece61aa2f49e3539c8365d924fcb058cf28b8268.tar.gz
ghidra: update homepage
(cherry picked from commit df1c411c2a5e91830c8b0f6317b5b705f52373da)
-rw-r--r--pkgs/tools/security/ghidra/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/ghidra/default.nix b/pkgs/tools/security/ghidra/default.nix
index 3aaa3ca44c5d..e57f60637e25 100644
--- a/pkgs/tools/security/ghidra/default.nix
+++ b/pkgs/tools/security/ghidra/default.nix
@@ -70,7 +70,7 @@ in stdenv.mkDerivation rec {
meta = with lib; {
description = "A software reverse engineering (SRE) suite of tools developed by NSA's Research Directorate in support of the Cybersecurity mission";
- homepage = "https://ghidra-sre.org/";
+ homepage = "https://github.com/NationalSecurityAgency/ghidra";
platforms = [ "x86_64-linux" "x86_64-darwin" ];
license = licenses.asl20;
maintainers = with maintainers; [ ck3d govanify mic92 ];