From 3bc8ac631cecb9159aec88221fcc71abca1427cd Mon Sep 17 00:00:00 2001 From: Renaud Date: Sun, 6 Feb 2022 10:43:16 +0100 Subject: [PATCH] eresi: update homepage and use SPDX 3.0 license identifier --- pkgs/development/tools/analysis/eresi/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/tools/analysis/eresi/default.nix b/pkgs/development/tools/analysis/eresi/default.nix index b8abad44f241..158f6545b714 100644 --- a/pkgs/development/tools/analysis/eresi/default.nix +++ b/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; }; }