bettercap: specify license

This commit is contained in:
Fabian Affolter 2021-04-22 11:03:17 +02:00 committed by GitHub
parent 6d918cad39
commit c3a8a76c9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,10 +30,12 @@ buildGoModule rec {
meta = with lib; {
description = "A man in the middle tool";
longDescription = ''
BetterCAP is a powerful, flexible and portable tool created to perform various types of MITM attacks against a network, manipulate HTTP, HTTPS and TCP traffic in realtime, sniff for credentials and much more.
BetterCAP is a powerful, flexible and portable tool created to perform various
types of MITM attacks against a network, manipulate HTTP, HTTPS and TCP traffic
in realtime, sniff for credentials and much more.
'';
homepage = "https://www.bettercap.org/";
license = with licenses; gpl3;
license = with licenses; [ gpl3Only ];
maintainers = with maintainers; [ y0no ];
};
}