Unverified Commit 1149f210 authored by Florian's avatar Florian Committed by GitHub
Browse files

Merge pull request #330674 from tobim/pkgs/adopt-perf-logrotate-ghostscript

ghostscript, logrotate, linux-perf: adopt
parents feeb7d8f 4535a564
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -192,7 +192,7 @@ stdenv.mkDerivation rec {
    '';
    license = lib.licenses.agpl3Plus;
    platforms = lib.platforms.all;
    maintainers = [ lib.maintainers.viric ];
    maintainers = [ lib.maintainers.tobim ];
    mainProgram = "gs";
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -177,7 +177,7 @@ stdenv.mkDerivation {
    homepage = "https://perf.wiki.kernel.org/";
    description = "Linux tools to profile with performance counters";
    mainProgram = "perf";
    maintainers = with maintainers; [ viric ];
    maintainers = with maintainers; [ tobim ];
    platforms = platforms.linux;
    broken = kernel.kernelOlder "5";
  };
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
    homepage = "https://github.com/logrotate/logrotate";
    description = "Rotates and compresses system logs";
    license = licenses.gpl2Plus;
    maintainers = [ maintainers.viric ];
    maintainers = [ maintainers.tobim ];
    platforms = platforms.all;
    mainProgram = "logrotate";
  };