btrfs-progs: update meta

This commit is contained in:
Mario Rodas 2023-03-28 07:32:00 +00:00
parent 55aa1f199b
commit f8d959f86c

View file

@ -63,7 +63,8 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Utilities for the btrfs filesystem";
homepage = "https://btrfs.wiki.kernel.org/";
homepage = "https://btrfs.readthedocs.io/en/latest/";
changelog = "https://github.com/kdave/btrfs-progs/raw/v${version}/CHANGES";
license = licenses.gpl2Only;
maintainers = with maintainers; [ raskin ];
platforms = platforms.linux;