eresi: update homepage

and use SPDX 3.0 license identifier
main
Renaud 2 years ago committed by c0bw3b
parent 395396244b
commit 3bc8ac631c
  1. 4
      pkgs/development/tools/analysis/eresi/default.nix

@ -59,8 +59,8 @@ stdenv.mkDerivation rec {
meta = {
description = "The ERESI Reverse Engineering Software Interface";
license = lib.licenses.gpl2;
homepage = "http://www.eresi-project.org/";
license = lib.licenses.gpl2Only;
homepage = "https://github.com/thorkill/eresi"; # Formerly http://www.eresi-project.org/
platforms = lib.platforms.linux;
};
}

Loading…
Cancel
Save