apt: add changelog to meta

This commit is contained in:
Mario Rodas 2023-07-23 11:00:00 +00:00
parent d127748498
commit 7e39636b1a

View file

@ -79,6 +79,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://salsa.debian.org/apt-team/apt";
description = "Command-line package management tools used on Debian-based systems";
changelog = "https://salsa.debian.org/apt-team/apt/-/raw/${version}/debian/changelog";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ cstrahan ];