Skip to content

Commit ae09bc0

Browse files
authored
airgeddon: add changelog to meta
1 parent e7fe48e commit ae09bc0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pkgs/tools/networking/airgeddon/default.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ stdenv.mkDerivation rec {
116116
src = fetchFromGitHub {
117117
owner = "v1s1t0r1sh3r3";
118118
repo = "airgeddon";
119-
rev = "v${version}";
119+
rev = "refs/tags/v${version}";
120120
hash = "sha256-3Rx1tMRIpSk+IEJGOs+t+kDlvGHYOx1IOSi+663uzrw=";
121121
};
122122

@@ -159,8 +159,9 @@ stdenv.mkDerivation rec {
159159
'';
160160

161161
meta = with lib; {
162-
description = "Multi-use TUI to audit wireless networks. ";
162+
description = "Multi-use TUI to audit wireless networks";
163163
homepage = "https://github.com/v1s1t0r1sh3r3/airgeddon";
164+
changelog = "https://github.com/v1s1t0r1sh3r3/airgeddon/blob/v${version}/CHANGELOG.md";
164165
license = licenses.gpl3Plus;
165166
maintainers = with maintainers; [ pedrohlc ];
166167
platforms = platforms.linux;

0 commit comments

Comments
 (0)