Loading pkgs/tools/filesystems/btrfs-progs/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
pkgs/tools/filesystems/btrfs-progs/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -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