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";
|
description = "LND Channel Management Tools";
|
||||||
homepage = "https://github.com/lightninglabs/faraday";
|
homepage = "https://github.com/lightninglabs/faraday";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [ proofofkeags ];
|
||||||
proofofkeags
|
|
||||||
prusnak
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Open Source Lighthouse Tracking System";
|
description = "Open Source Lighthouse Tracking System";
|
||||||
homepage = "https://github.com/cntools/libsurvive";
|
homepage = "https://github.com/cntools/libsurvive";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ prusnak ];
|
maintainers = with maintainers; [ ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -31,9 +31,6 @@ buildGoModule rec {
|
|||||||
description = "Lightning Loop Client";
|
description = "Lightning Loop Client";
|
||||||
homepage = "https://github.com/lightninglabs/loop";
|
homepage = "https://github.com/lightninglabs/loop";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [ proofofkeags ];
|
||||||
proofofkeags
|
|
||||||
prusnak
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -31,9 +31,6 @@ buildGoModule rec {
|
|||||||
description = "Lightning Pool Client";
|
description = "Lightning Pool Client";
|
||||||
homepage = "https://github.com/lightninglabs/pool";
|
homepage = "https://github.com/lightninglabs/pool";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [ proofofkeags ];
|
||||||
proofofkeags
|
|
||||||
prusnak
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -168,10 +168,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
description = "Open source XR runtime";
|
description = "Open source XR runtime";
|
||||||
homepage = "https://monado.freedesktop.org/";
|
homepage = "https://monado.freedesktop.org/";
|
||||||
license = lib.licenses.boost;
|
license = lib.licenses.boost;
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [ Scrumplex ];
|
||||||
Scrumplex
|
|
||||||
prusnak
|
|
||||||
];
|
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
mainProgram = "monado-cli";
|
mainProgram = "monado-cli";
|
||||||
};
|
};
|
||||||
|
@ -540,9 +540,7 @@ stdenv.mkDerivation {
|
|||||||
# long as the evaluator runs on a platform that supports
|
# long as the evaluator runs on a platform that supports
|
||||||
# `pkgsMusl`.
|
# `pkgsMusl`.
|
||||||
platforms = builtins.attrNames ghcBinDists.${distSetName};
|
platforms = builtins.attrNames ghcBinDists.${distSetName};
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [ ];
|
||||||
prusnak
|
|
||||||
];
|
|
||||||
teams = [ lib.teams.haskell ];
|
teams = [ lib.teams.haskell ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -29,7 +29,6 @@ buildGoModule rec {
|
|||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
mmilata
|
mmilata
|
||||||
prusnak
|
|
||||||
peterhoeg
|
peterhoeg
|
||||||
caarlos0
|
caarlos0
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user