lol

libgcrypt: Use pname in changelog url

to specify project for gitweb.

+2 -2
+1 -1
pkgs/development/libraries/libgcrypt/1.8.nix
··· 64 64 65 65 meta = with lib; { 66 66 homepage = "https://www.gnu.org/software/libgcrypt/"; 67 - changelog = "https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgcrypt.git;a=blob;f=NEWS;hb=refs/tags/${pname}-${version}"; 67 + changelog = "https://git.gnupg.org/cgi-bin/gitweb.cgi?p=${pname}.git;a=blob;f=NEWS;hb=refs/tags/${pname}-${version}"; 68 68 description = "General-purpose cryptographic library"; 69 69 license = licenses.lgpl2Plus; 70 70 platforms = platforms.all;
+1 -1
pkgs/development/libraries/libgcrypt/default.nix
··· 82 82 83 83 meta = with lib; { 84 84 homepage = "https://www.gnu.org/software/libgcrypt/"; 85 - changelog = "https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgcrypt.git;a=blob;f=NEWS;hb=refs/tags/${pname}-${version}"; 85 + changelog = "https://git.gnupg.org/cgi-bin/gitweb.cgi?p=${pname}.git;a=blob;f=NEWS;hb=refs/tags/${pname}-${version}"; 86 86 description = "General-purpose cryptographic library"; 87 87 license = licenses.lgpl2Plus; 88 88 platforms = platforms.all;