btrfs-progs: clarify license

This commit is contained in:
Alyssa Ross 2022-01-16 19:52:25 +00:00
parent fc2c685b2b
commit a5ff1dc05d
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -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;
};