eresi: update homepage

and use SPDX 3.0 license identifier
This commit is contained in:
Renaud 2022-02-06 10:43:16 +01:00 committed by c0bw3b
parent 395396244b
commit 3bc8ac631c

View file

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