ghostscript, logrotate, linux-perf: adopt

This commit is contained in:
Tobias Mayer 2024-07-28 17:15:17 +02:00
parent c281d0773d
commit 4535a56495
No known key found for this signature in database
GPG Key ID: F8657E90819A1298
3 changed files with 3 additions and 3 deletions

View File

@ -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";
};
}

View File

@ -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";
};

View File

@ -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";
};