cyberchef: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-03-26 16:55:33 +02:00 committed by GitHub
parent fdf38b8a03
commit 5d315417f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,7 @@
{ lib, fetchzip, stdenv }:
{ lib
, fetchzip
, stdenv
}:
stdenv.mkDerivation rec {
pname = "cyberchef";
@ -19,6 +22,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "The Cyber Swiss Army Knife for encryption, encoding, compression and data analysis.";
homepage = "https://gchq.github.io/CyberChef";
changelog = "https://github.com/gchq/CyberChef/blob/v${version}/CHANGELOG.md";
maintainers = with maintainers; [ sebastianblunt ];
license = licenses.asl20;
platforms = platforms.all;