masscan: add changelog to meta and update license
This commit is contained in:
parent
7055f4b42c
commit
7072a7efd8
@ -35,7 +35,8 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Fast scan of the Internet";
|
description = "Fast scan of the Internet";
|
||||||
homepage = "https://github.com/robertdavidgraham/masscan";
|
homepage = "https://github.com/robertdavidgraham/masscan";
|
||||||
license = licenses.agpl3;
|
changelog = "https://github.com/robertdavidgraham/masscan/releases/tag/${version}";
|
||||||
|
license = licenses.agpl3Only;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ rnhmjoj ];
|
maintainers = with maintainers; [ rnhmjoj ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user