Commit 1e45a236 authored by Bruno Bigras's avatar Bruno Bigras Committed by Anderson Torres
Browse files

{anytype,dogdns,envchain,kafka-delta-ingest,nwg-launchers,pazi,starship,tab-rs...

{anytype,dogdns,envchain,kafka-delta-ingest,nwg-launchers,pazi,starship,tab-rs,yggdrasil,zenith}: remove bbigras as maintainer

No longer use those packages.
parent 2824b718
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ appimageTools.wrapType2 {
    description = "P2P note-taking tool";
    homepage = "https://anytype.io/";
    license = licenses.unfree;
    maintainers = with maintainers; [ bbigras ];
    maintainers = with maintainers; [ ];
    platforms = [ "x86_64-linux" ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -46,6 +46,6 @@ stdenv.mkDerivation rec {
    homepage = "https://github.com/nwg-piotr/nwg-launchers";
    license = licenses.gpl3;
    platforms = platforms.linux;
    maintainers = with maintainers; [ bbigras ];
    maintainers = with maintainers; [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -30,6 +30,6 @@ buildGoModule rec {
      "An experiment in scalable routing as an encrypted IPv6 overlay network";
    homepage = "https://yggdrasil-network.github.io/";
    license = licenses.lgpl3;
    maintainers = with maintainers; [ bbigras ehmry gazally lassulus ];
    maintainers = with maintainers; [ ehmry gazally lassulus ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -46,6 +46,6 @@ rustPlatform.buildRustPackage rec {
    description = "A highly efficient daemon for streaming data from Kafka into Delta Lake";
    homepage = "https://github.com/delta-io/kafka-delta-ingest";
    license = licenses.asl20;
    maintainers = with maintainers; [ bbigras ];
    maintainers = with maintainers; [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
    homepage = "https://github.com/sorah/envchain";
    license = licenses.mit;
    platforms = platforms.unix;
    maintainers = with maintainers; [ bbigras ];
    maintainers = with maintainers; [ ];
  };
}
Loading