proxmark3-rrg: update website, license

This commit is contained in:
nyanotech 2023-06-26 13:12:17 -07:00
parent e9782f715d
commit 1b2e5d8ad6
No known key found for this signature in database
GPG key ID: A643D493032AC852

View file

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