libvirt: add changelog to meta

This commit is contained in:
Mario Rodas 2022-12-03 04:20:00 +00:00
parent 32c854e0e4
commit 7e0c2c1835

View File

@ -372,8 +372,9 @@ stdenv.mkDerivation rec {
passthru.tests.libvirtd = nixosTests.libvirtd; passthru.tests.libvirtd = nixosTests.libvirtd;
meta = { meta = {
homepage = "https://libvirt.org/";
description = "A toolkit to interact with the virtualization capabilities of recent versions of Linux and other OSes"; description = "A toolkit to interact with the virtualization capabilities of recent versions of Linux and other OSes";
homepage = "https://libvirt.org/";
changelog = "https://gitlab.com/libvirt/libvirt/-/raw/v${version}/NEWS.rst";
license = licenses.lgpl2Plus; license = licenses.lgpl2Plus;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ fpletz globin lovesegfault ]; maintainers = with maintainers; [ fpletz globin lovesegfault ];