diff options
| author | Bobby Rong <rjl931189261@126.com> | 2021-12-29 14:14:00 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-29 14:14:00 +0800 |
| commit | fe15c5a6bcd88a1d3177591d93d91afb17907f08 (patch) | |
| tree | ed56f1f12c55b625f521cf05460905f4e416391f | |
| parent | Merge pull request #152563 from NixOS/backport-152464-to-release-21.11 (diff) | |
| parent | ghidra: update homepage (diff) | |
| download | nixpkgs-fe15c5a6bcd88a1d3177591d93d91afb17907f08.tar.gz | |
Merge pull request #152564 from NixOS/backport-152473-to-release-21.11
[Backport release-21.11] ghidra: update homepage
| -rw-r--r-- | pkgs/tools/security/ghidra/default.nix | 2 |
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 ]; |
