Unverified Commit 5e90b5cd authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

maintainers: remove sheenobu due to inactivity (#463505)

parents 8ab9a0d9 08506e2e
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -23933,12 +23933,6 @@
    githubId = 6292;
    name = "Andrey Petrov";
  };
  sheenobu = {
    email = "sheena.artrip@gmail.com";
    github = "sheenobu";
    githubId = 1443459;
    name = "Sheena Artrip";
  };
  sheepforce = {
    email = "phillip.seeber@googlemail.com";
    github = "sheepforce";
+1 −3
Original line number Diff line number Diff line
@@ -105,9 +105,7 @@ stdenv.mkDerivation rec {
    homepage = "https://freeradius.org/";
    description = "Modular, high performance free RADIUS suite";
    license = licenses.gpl2Plus;
    maintainers = with maintainers; [
      sheenobu
    ];
    maintainers = [ ];
    platforms = with platforms; linux;
  };
}
+1 −4
Original line number Diff line number Diff line
@@ -18,9 +18,6 @@ collectd.overrideAttrs (prevAttrs: {
    homepage = "https://collectd.org";
    license = lib.licenses.gpl2Plus;
    platforms = lib.platforms.unix;
    maintainers = with lib.maintainers; [
      sheenobu
      bjornfor
    ];
    maintainers = with lib.maintainers; [ bjornfor ];
  };
})
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
    homepage = "https://github.com/sipwise/sipsak";
    description = "SIP Swiss army knife";
    license = lib.licenses.gpl2Plus;
    maintainers = with lib.maintainers; [ sheenobu ];
    maintainers = [ ];
    platforms = with lib.platforms; unix;
    mainProgram = "sipsak";
  };
+0 −1
Original line number Diff line number Diff line
@@ -232,7 +232,6 @@ stdenv.mkDerivation (finalAttrs: {
  meta = meta // {
    maintainers = with lib.maintainers; [
      ftrvxmtrx
      sheenobu
      timokau
      ma27
    ];
Loading