Merge pull request #255956 from tnias/fix/vectorscan

vectorscan: fix changelog url
This commit is contained in:
Weijia Wang
2023-09-18 22:38:18 +02:00
committed by GitHub

View File

@@ -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 ];