Unverified Commit 76e606d3 authored by Bjørn Forsman's avatar Bjørn Forsman Committed by GitHub
Browse files

wireshark: fix meta.changelog (#515022)

parents 675fe1f8 4ccae7f7
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; [