Merge pull request #255956 from tnias/fix/vectorscan

vectorscan: fix changelog url

authored by

Weijia Wang and committed by
GitHub
4ddc7609 23f69722

+1 -1
+1 -1
pkgs/development/libraries/vectorscan/default.nix
··· 51 51 code will be abstracted away. 52 52 ''; 53 53 homepage = "https://www.vectorcamp.gr/vectorscan/"; 54 - changelog = "https://github.com/VectorCamp/vectorscan/blob/${src.rev}/CHANGELOG.md"; 54 + changelog = "https://github.com/VectorCamp/vectorscan/blob/${src.rev}/CHANGELOG-vectorscan.md"; 55 55 platforms = platforms.unix; 56 56 license = with licenses; [ bsd3 /* and */ bsd2 /* and */ licenses.boost ]; 57 57 maintainers = with maintainers; [ tnias vlaci ];