diff --git a/pkgs/by-name/bf/bfg-repo-cleaner/package.nix b/pkgs/by-name/bf/bfg-repo-cleaner/package.nix index f226fc272722..aa487e75234e 100644 --- a/pkgs/by-name/bf/bfg-repo-cleaner/package.nix +++ b/pkgs/by-name/bf/bfg-repo-cleaner/package.nix @@ -51,7 +51,7 @@ stdenv.mkDerivation rec { beautiful (can use Scala instead of bash to script customizations). ''; sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; - license = lib.licenses.gpl3; + license = lib.licenses.gpl3Plus; maintainers = [ lib.maintainers.changlinli ]; mainProgram = "bfg"; platforms = lib.platforms.unix;