retdec: homepage fixup
This commit is contained in:
parent
00cafb4c8d
commit
0380728ddc
@ -105,9 +105,8 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A retargetable machine-code decompiler based on LLVM";
|
description = "A retargetable machine-code decompiler based on LLVM";
|
||||||
inherit (src.meta) homepage;
|
homepage = https://retdec.com;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ dtzWill ];
|
maintainers = with maintainers; [ dtzWill ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user