Commit adc9566b authored by Sebastian Zivota's avatar Sebastian Zivota Committed by Bjørn Forsman
Browse files

maintainers: Remove loewenheim

parent 8e7489c3
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -11596,12 +11596,6 @@
    githubId = 918448;
    name = "Anthony Lodi";
  };
  loewenheim = {
    email = "loewenheim@mailbox.org";
    github = "loewenheim";
    githubId = 7622248;
    name = "Sebastian Zivota";
  };
  logo = {
    email = "logo4poop@protonmail.com";
    matrix = "@logo4poop:matrix.org";
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ buildPythonPackage rec {
    homepage = "https://github.com/pimutils/vdirsyncer";
    changelog = "https://github.com/pimutils/vdirsyncer/blob/v${version}/CHANGELOG.rst";
    license = licenses.bsd3;
    maintainers = with maintainers; [ loewenheim ];
    maintainers = [ ];
    mainProgram = "vdirsyncer";
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -42,6 +42,6 @@ rustPlatform.buildRustPackage rec {
    description = "A command line utility to work with Sentry";
    mainProgram = "sentry-cli";
    changelog = "https://github.com/getsentry/sentry-cli/raw/${version}/CHANGELOG.md";
    maintainers = with maintainers; [ rizary loewenheim ];
    maintainers = with maintainers; [ rizary ];
  };
}