Skip to content

Commit

Permalink
pacman: fix changelog link
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAdk authored Mar 23, 2024
1 parent 696b91f commit ec10257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/package-management/pacman/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ stdenv.mkDerivation (final: {
meta = with lib; {
description = "A simple library-based package manager";
homepage = "https://archlinux.org/pacman/";
changelog = "https://gitlab.archlinux.org/pacman/pacman/-/raw/v${version}/NEWS";
changelog = "https://gitlab.archlinux.org/pacman/pacman/-/raw/v${final.version}/NEWS";
license = licenses.gpl2Plus;
platforms = platforms.linux;
mainProgram = "pacman";
Expand Down

0 comments on commit ec10257

Please sign in to comment.