Unverified Commit 1290be59 authored by Kenichi Kamiya's avatar Kenichi Kamiya
Browse files

tdf: correct license

parent f07d3a9d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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