treewide: remove prusnak from maintainers for packages i don't use

This commit is contained in:
Pavol Rusnak 2025-08-11 20:22:58 +02:00
parent 52f3e52f86
commit 6e6efe1dbb
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
7 changed files with 6 additions and 21 deletions

View File

@ -37,9 +37,6 @@ buildGoModule rec {
description = "LND Channel Management Tools";
homepage = "https://github.com/lightninglabs/faraday";
license = licenses.mit;
maintainers = with maintainers; [
proofofkeags
prusnak
];
maintainers = with maintainers; [ proofofkeags ];
};
}

View File

@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
description = "Open Source Lighthouse Tracking System";
homepage = "https://github.com/cntools/libsurvive";
license = licenses.mit;
maintainers = with maintainers; [ prusnak ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}

View File

@ -31,9 +31,6 @@ buildGoModule rec {
description = "Lightning Loop Client";
homepage = "https://github.com/lightninglabs/loop";
license = licenses.mit;
maintainers = with maintainers; [
proofofkeags
prusnak
];
maintainers = with maintainers; [ proofofkeags ];
};
}

View File

@ -31,9 +31,6 @@ buildGoModule rec {
description = "Lightning Pool Client";
homepage = "https://github.com/lightninglabs/pool";
license = licenses.mit;
maintainers = with maintainers; [
proofofkeags
prusnak
];
maintainers = with maintainers; [ proofofkeags ];
};
}

View File

@ -168,10 +168,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Open source XR runtime";
homepage = "https://monado.freedesktop.org/";
license = lib.licenses.boost;
maintainers = with lib.maintainers; [
Scrumplex
prusnak
];
maintainers = with lib.maintainers; [ Scrumplex ];
platforms = lib.platforms.linux;
mainProgram = "monado-cli";
};

View File

@ -540,9 +540,7 @@ stdenv.mkDerivation {
# long as the evaluator runs on a platform that supports
# `pkgsMusl`.
platforms = builtins.attrNames ghcBinDists.${distSetName};
maintainers = with lib.maintainers; [
prusnak
];
maintainers = with lib.maintainers; [ ];
teams = [ lib.teams.haskell ];
};
}

View File

@ -29,7 +29,6 @@ buildGoModule rec {
license = licenses.mit;
maintainers = with maintainers; [
mmilata
prusnak
peterhoeg
caarlos0
];