btrfs-progs: update meta
This commit is contained in:
parent
55aa1f199b
commit
f8d959f86c
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue