3
0
Fork 0
forked from mirrors/nixpkgs

retdec: homepage fixup

This commit is contained in:
Will Dietz 2018-02-02 15:21:26 -06:00
parent 00cafb4c8d
commit 0380728ddc

View file

@ -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 ];
};
}