summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-12-29 14:08:56 +0800
committerGitHub <noreply@github.com>2021-12-29 14:08:56 +0800
commit9c49aab2d21083b536c17ccb36a096ed68f34ac4 (patch)
tree79b4615979fc9a60aeb38fdd2d1db73a845d10a6 /pkgs
parent7ca526a9408c2755f1c68554df89ff98e5a74801 (diff)
parentdf1c411c2a5e91830c8b0f6317b5b705f52373da (diff)
Merge pull request #152473 from jonringer/ghidra-homepage
ghidra: update homepage
Diffstat (limited to 'pkgs')
-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 ];