Commit 4ccae7f7 authored by Jost Alemann's avatar Jost Alemann
Browse files

wireshark: fix meta.changelog

meta.changelog lead to 404 due to `v` being prepended to the version tag
parent 4ac12f46
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -226,7 +226,7 @@ stdenv.mkDerivation (finalAttrs: {
      experts. It runs on UNIX, macOS and Windows.
    '';
    homepage = "https://www.wireshark.org";
    changelog = "https://www.wireshark.org/docs/relnotes/wireshark-${finalAttrs.src.tag}.html";
    changelog = "https://www.wireshark.org/docs/relnotes/wireshark-${finalAttrs.version}.html";
    license = lib.licenses.gpl2Plus;
    platforms = lib.platforms.linux ++ lib.platforms.darwin;
    maintainers = with lib.maintainers; [