gollum: Transfer maintainership to erictapen

I'm not using Gollum anymore while Justin still uses it and has also
written the NixOS module. So it makes perfect sense to pass it on :)
wip/yesman
Michael Weiss 3 years ago committed by erictapen
parent caa23be256
commit 18df480d9b
  1. 2
      nixos/modules/services/misc/gollum.nix
  2. 2
      pkgs/applications/misc/gollum/default.nix

@ -115,4 +115,6 @@ in
};
};
};
meta.maintainers = with lib.maintainers; [ erictapen ];
}

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/gollum/gollum";
changelog = "https://github.com/gollum/gollum/blob/v${version}/HISTORY.md";
license = licenses.mit;
maintainers = with maintainers; [ jgillich primeos nicknovitski ];
maintainers = with maintainers; [ erictapen jgillich nicknovitski ];
platforms = platforms.unix;
};
}

Loading…
Cancel
Save