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

ghostscript, logrotate, linux-perf: adopt
This commit is contained in:
Florian 2024-08-01 11:24:27 +02:00 committed by GitHub
commit 1149f210e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -192,7 +192,7 @@ stdenv.mkDerivation rec {
''; '';
license = lib.licenses.agpl3Plus; license = lib.licenses.agpl3Plus;
platforms = lib.platforms.all; platforms = lib.platforms.all;
maintainers = [ lib.maintainers.viric ]; maintainers = [ lib.maintainers.tobim ];
mainProgram = "gs"; mainProgram = "gs";
}; };
} }

View File

@ -177,7 +177,7 @@ stdenv.mkDerivation {
homepage = "https://perf.wiki.kernel.org/"; homepage = "https://perf.wiki.kernel.org/";
description = "Linux tools to profile with performance counters"; description = "Linux tools to profile with performance counters";
mainProgram = "perf"; mainProgram = "perf";
maintainers = with maintainers; [ viric ]; maintainers = with maintainers; [ tobim ];
platforms = platforms.linux; platforms = platforms.linux;
broken = kernel.kernelOlder "5"; broken = kernel.kernelOlder "5";
}; };

View File

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/logrotate/logrotate"; homepage = "https://github.com/logrotate/logrotate";
description = "Rotates and compresses system logs"; description = "Rotates and compresses system logs";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = [ maintainers.viric ]; maintainers = [ maintainers.tobim ];
platforms = platforms.all; platforms = platforms.all;
mainProgram = "logrotate"; mainProgram = "logrotate";
}; };