treewide: remove prusnak from maintainers for packages i don't use
This commit is contained in:
parent
52f3e52f86
commit
6e6efe1dbb
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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";
|
||||
};
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -29,7 +29,6 @@ buildGoModule rec {
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [
|
||||
mmilata
|
||||
prusnak
|
||||
peterhoeg
|
||||
caarlos0
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user