Unverified Commit c092a502 authored by Franz Pletz's avatar Franz Pletz
Browse files

treewide: remove myself as maintainer from some pkgs

Only packages I'm not able to maintain anymore as of today. Mostly
because I'm haven't been using them in a while.
parent 7fe922b3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ in rec {
      name = "nixos-${nixos.channel.version}";
      meta = {
        description = "Release-critical builds for the NixOS channel";
        maintainers = with pkgs.lib.maintainers; [ eelco fpletz ];
        maintainers = with pkgs.lib.maintainers; [ eelco ];
      };
      constituents = pkgs.lib.concatLists [
        [ "nixos.channel" ]
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ with lib;
{
  name = "couchdb";
  meta = with pkgs.lib.maintainers; {
    maintainers = [ fpletz ];
    maintainers = [ ];
  };

  nodes = {
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
import ./make-test-python.nix ({ pkgs, ...} : rec {
  name = "privacyidea";
  meta = with pkgs.lib.maintainers; {
    maintainers = [ fpletz ];
    maintainers = [ ];
  };

  nodes.machine = { ... }: {
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
    description = "scalability-focused, untraceable, secure, and fungible cryptocurrency using the RingCT protocol";
    homepage = "https://www.getmasari.org/";
    license = licenses.bsd3;
    maintainers = with maintainers; [ fpletz ];
    maintainers = with maintainers; [ ];
    platforms = platforms.linux;
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
    description = "A fork of Monero and a truely fungible cryptocurrency";
    homepage = "https://www.sumokoin.org/";
    license = licenses.bsd3;
    maintainers = with maintainers; [ fpletz ];
    maintainers = with maintainers; [ ];
    platforms = platforms.linux;
  };
}
Loading