bfg-repo-cleaner: specify gpl3Plus license (#559381)

This commit is contained in:
Weijia Wang
2026-09-08 15:56:53 +00:00
committed by GitHub

View File

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