Unverified Commit 42983931 authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #247576 from SebTM/fix/docker_tuigreet_mp

parents 7a49ac26 9cf67bcb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -22,5 +22,6 @@ rustPlatform.buildRustPackage rec {
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ luc65r ivar ];
    platforms = platforms.linux;
    mainProgram = "tuigreet";
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -274,6 +274,7 @@ rec {
      '';
      license = licenses.asl20;
      maintainers = with maintainers; [ offline vdemeester periklis maxeaubrey ];
      mainProgram = "docker";
    };
  });