tdf: correct license (#413935)

This commit is contained in:
Peder Bergebakken Sundt
2025-06-05 02:31:50 +02:00
committed by GitHub
+1 -1
View File
@@ -41,7 +41,7 @@ rustPlatform.buildRustPackage {
meta = {
description = "Tui-based PDF viewer";
homepage = "https://github.com/itsjunetime/tdf";
license = lib.licenses.mpl20;
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [
luftmensch-luftmensch
DieracDelta