maintainers: Remove loewenheim

authored by Sebastian Zivota and committed by Bjørn Forsman adc9566b 8e7489c3

+2 -8
-6
maintainers/maintainer-list.nix
··· 11596 11596 githubId = 918448; 11597 11597 name = "Anthony Lodi"; 11598 11598 }; 11599 - loewenheim = { 11600 - email = "loewenheim@mailbox.org"; 11601 - github = "loewenheim"; 11602 - githubId = 7622248; 11603 - name = "Sebastian Zivota"; 11604 - }; 11605 11599 logo = { 11606 11600 email = "logo4poop@protonmail.com"; 11607 11601 matrix = "@logo4poop:matrix.org";
+1 -1
pkgs/development/python-modules/vdirsyncer/default.nix
··· 90 90 homepage = "https://github.com/pimutils/vdirsyncer"; 91 91 changelog = "https://github.com/pimutils/vdirsyncer/blob/v${version}/CHANGELOG.rst"; 92 92 license = licenses.bsd3; 93 - maintainers = with maintainers; [ loewenheim ]; 93 + maintainers = [ ]; 94 94 mainProgram = "vdirsyncer"; 95 95 }; 96 96 }
+1 -1
pkgs/development/tools/sentry-cli/default.nix
··· 42 42 description = "A command line utility to work with Sentry"; 43 43 mainProgram = "sentry-cli"; 44 44 changelog = "https://github.com/getsentry/sentry-cli/raw/${version}/CHANGELOG.md"; 45 - maintainers = with maintainers; [ rizary loewenheim ]; 45 + maintainers = with maintainers; [ rizary ]; 46 46 }; 47 47 }