summary refs log tree commit diff
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2018-02-02 15:21:26 -0600
committerWill Dietz <w@wdtz.org>2018-02-02 16:12:38 -0600
commit0380728ddc419d9950765317da056dd9f12fc0ae (patch)
treec41522d8a9c61144f46d59693280de8ab4ad36d1
parent00cafb4c8d48641a7048d9652b70ec12234601a4 (diff)
downloadnixlib-0380728ddc419d9950765317da056dd9f12fc0ae.tar
nixlib-0380728ddc419d9950765317da056dd9f12fc0ae.tar.gz
nixlib-0380728ddc419d9950765317da056dd9f12fc0ae.tar.bz2
nixlib-0380728ddc419d9950765317da056dd9f12fc0ae.tar.lz
nixlib-0380728ddc419d9950765317da056dd9f12fc0ae.tar.xz
nixlib-0380728ddc419d9950765317da056dd9f12fc0ae.tar.zst
nixlib-0380728ddc419d9950765317da056dd9f12fc0ae.zip
retdec: homepage fixup
-rw-r--r--pkgs/development/tools/analysis/retdec/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/tools/analysis/retdec/default.nix b/pkgs/development/tools/analysis/retdec/default.nix
index adcda4c83241..585fc28345a7 100644
--- a/pkgs/development/tools/analysis/retdec/default.nix
+++ b/pkgs/development/tools/analysis/retdec/default.nix
@@ -105,9 +105,8 @@ in stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "A retargetable machine-code decompiler based on LLVM";
-    inherit (src.meta) homepage;
+    homepage = https://retdec.com;
     license = licenses.mit;
     maintainers = with maintainers; [ dtzWill ];
   };
 }
-