spago: remove myself as maintainer

This commit is contained in:
Dennis Gosnell 2023-07-02 19:38:30 +09:00
parent b00a29fdd6
commit 96eed7bcb8
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4
3 changed files with 1 additions and 3 deletions

View file

@ -2458,7 +2458,7 @@ self: super: {
(let
# We need to build purescript with these dependencies and thus also its reverse
# dependencies to avoid version mismatches in their dependency closure.
# TODO(@cdepillabout): maybe unify with the spago overlay in configuration-nix.nix?
# TODO: maybe unify with the spago overlay in configuration-nix.nix?
purescriptOverlay = self: super: {
# As of 2021-11-08, the latest release of `language-javascript` is 0.7.1.0,
# but it has a problem with parsing the `async` keyword. It doesn't allow

View file

@ -159,7 +159,6 @@ package-maintainers:
- password-instances
- pretty-simple
- purenix
- spago
- stack
- termonad
centromere:

View file

@ -15,7 +15,6 @@ let
haskell.packages.ghc90.spago
[ haskell.lib.compose.justStaticExecutables
(haskell.lib.compose.overrideCabal (oldAttrs: {
maintainers = (oldAttrs.maintainers or []) ++ [ lib.maintainers.cdepillabout ];
changelog = "https://github.com/purescript/spago/releases/tag/${oldAttrs.version}";
}))
haskell.lib.compose.unmarkBroken