airgeddon: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-03-09 08:53:27 +01:00 committed by GitHub
parent e7fe48e802
commit ae09bc0fd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,7 +116,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "v1s1t0r1sh3r3";
repo = "airgeddon";
rev = "v${version}";
rev = "refs/tags/v${version}";
hash = "sha256-3Rx1tMRIpSk+IEJGOs+t+kDlvGHYOx1IOSi+663uzrw=";
};
@ -159,8 +159,9 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
description = "Multi-use TUI to audit wireless networks. ";
description = "Multi-use TUI to audit wireless networks";
homepage = "https://github.com/v1s1t0r1sh3r3/airgeddon";
changelog = "https://github.com/v1s1t0r1sh3r3/airgeddon/blob/v${version}/CHANGELOG.md";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ pedrohlc ];
platforms = platforms.linux;