compactor: don't overuse pname

+2 -2
+2 -2
pkgs/applications/networking/compactor/default.nix
··· 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "dns-stats"; 13 - repo = pname; 13 + repo = "compactor"; 14 14 rev = version; 15 15 fetchSubmodules = true; 16 16 hash = "sha256-5Z14suhO5ghhmZsSj4DsSoKm+ct2gQFO6qxhjmx4Xm4="; ··· 68 68 meta = with lib; { 69 69 description = "Tools to capture DNS traffic and record it in C-DNS files"; 70 70 homepage = "https://dns-stats.org/"; 71 - changelog = "https://github.com/dns-stats/${pname}/raw/${version}/ChangeLog.txt"; 71 + changelog = "https://github.com/dns-stats/compactor/raw/${version}/ChangeLog.txt"; 72 72 license = licenses.mpl20; 73 73 maintainers = with maintainers; [ fdns ]; 74 74 platforms = platforms.unix;