deterministic-zip: Licence changed to gpl3Only

This commit is contained in:
Rhys Davies
2026-03-22 21:21:09 +13:00
parent 5f5d2288c1
commit 28285f5749
@@ -30,7 +30,7 @@ buildGoModule (finalAttrs: {
description = "Simple (almost drop-in) replacement for zip that produces deterministic files";
mainProgram = "deterministic-zip";
homepage = "https://github.com/timo-reymann/deterministic-zip";
license = lib.licenses.unfreeRedistributable;
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ rhysmdnz ];
};
})