From 1b2e5d8ad67eecb84f6b076929b504d88419513d Mon Sep 17 00:00:00 2001 From: nyanotech Date: Mon, 26 Jun 2023 13:12:17 -0700 Subject: [PATCH] proxmark3-rrg: update website, license --- pkgs/tools/security/proxmark3/proxmark3-rrg.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/security/proxmark3/proxmark3-rrg.nix b/pkgs/tools/security/proxmark3/proxmark3-rrg.nix index 59b2ee8f253a..2fbdc6b083c6 100644 --- a/pkgs/tools/security/proxmark3/proxmark3-rrg.nix +++ b/pkgs/tools/security/proxmark3/proxmark3-rrg.nix @@ -78,8 +78,8 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Client for proxmark3, powerful general purpose RFID tool"; - homepage = "https://rfidresearchgroup.com/"; - license = licenses.gpl2Plus; + homepage = "https://github.com/RfidResearchGroup/proxmark3"; + license = licenses.gpl3Plus; maintainers = with maintainers; [ nyanotech emilytrau ]; platforms = platforms.unix; };