vectorscan: fix changelog url

Vectorscan is a downstream fork for Hyperscan. Both are active.

The Hyperscan changelog is kept unchanged in CHANGELOG.md, while the
Vectorscan specific changes are tracked in a seperate file.
This commit is contained in:
Philipp Bartsch
2023-09-18 21:38:52 +02:00
parent e21717896d
commit c5e032fda7
@@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
code will be abstracted away.
'';
homepage = "https://www.vectorcamp.gr/vectorscan/";
changelog = "https://github.com/VectorCamp/vectorscan/blob/${src.rev}/CHANGELOG.md";
changelog = "https://github.com/VectorCamp/vectorscan/blob/${src.rev}/CHANGELOG-vectorscan.md";
platforms = platforms.unix;
license = with licenses; [ bsd3 /* and */ bsd2 /* and */ licenses.boost ];
maintainers = with maintainers; [ tnias vlaci ];