Commit a9d73dea authored by Anderson Torres's avatar Anderson Torres
Browse files

treewide: remove cstrahan from meta.maintainers - part 2

19 files modified with this removal
parent 492414af
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -180,7 +180,7 @@ stdenv.mkDerivation {
    description = "Vim - the text editor - for macOS";
    homepage    = "https://github.com/macvim-dev/macvim";
    license = licenses.vim;
    maintainers = with maintainers; [ cstrahan lilyball ];
    maintainers = with maintainers; [ lilyball ];
    platforms   = platforms.darwin;
    hydraPlatforms = []; # hydra can't build this as long as we rely on Xcode and sandboxProfile
  };
+1 −1
Original line number Diff line number Diff line
@@ -55,6 +55,6 @@ buildGoModule rec {
    description = "A way of storing, syncing, sharing, modelling and backing up content (née Camlistore)";
    homepage = "https://perkeep.org";
    license = licenses.asl20;
    maintainers = with maintainers; [ cstrahan danderson kalbasit ];
    maintainers = with maintainers; [ danderson kalbasit ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ in stdenv.mkDerivation rec {
    homepage = "https://w3m.sourceforge.net/";
    changelog = "https://github.com/tats/w3m/blob/v${version}/ChangeLog";
    description = "A text-mode web browser";
    maintainers = with maintainers; [ cstrahan anthonyroussel ];
    maintainers = with maintainers; [ anthonyroussel ];
    platforms = platforms.unix;
    license = licenses.mit;
    mainProgram = "w3m";
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@ stdenv.mkDerivation rec {
    description = "A small but very powerful text-based mail client";
    homepage    = "http://www.neomutt.org";
    license     = licenses.gpl2Plus;
    maintainers = with maintainers; [ cstrahan erikryb jfrankenau vrthra ma27 raitobezarius ];
    maintainers = with maintainers; [ erikryb jfrankenau vrthra ma27 raitobezarius ];
    platforms   = platforms.unix;
  };
}
+0 −1
Original line number Diff line number Diff line
@@ -33,7 +33,6 @@ in stdenv.mkDerivation rec {
  meta = {
    inherit (iosevka.meta) homepage downloadPage description license platforms;
    maintainers = with lib.maintainers; [
      cstrahan
      montchr
    ];
  };
Loading