btrfs-progs: clarify license

This commit is contained in:
Alyssa Ross
2022-01-16 19:52:46 +00:00
parent fc2c685b2b
commit a5ff1dc05d
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Utilities for the btrfs filesystem";
homepage = "https://btrfs.wiki.kernel.org/";
license = licenses.gpl2;
license = licenses.gpl2Only;
maintainers = with maintainers; [ raskin ];
platforms = platforms.linux;
};