pacman: fix changelog link

This commit is contained in:
0xAdk 2024-03-23 02:11:53 -07:00 committed by GitHub
parent 696b91feb8
commit ec10257b78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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";