Merge pull request #138633 from fabaff/fix-license

whsniff: specify license
This commit is contained in:
Bobby Rong 2021-09-20 19:51:40 +08:00 committed by GitHub
commit a32ad53a94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
description = "Packet sniffer for 802.15.4 wireless networks";
maintainers = with maintainers; [ snicket2100 ];
platforms = platforms.linux;
license = licenses.gpl2;
license = licenses.gpl2Only;
};
}