Removed rittelle from the maintainer list

rittelle 4d8d035c 74ec351f

+3 -9
-6
maintainers/maintainer-list.nix
··· 9827 9827 } 9828 9828 ]; 9829 9829 }; 9830 - rittelle = { 9831 - email = "rittelle@posteo.de"; 9832 - github = "rittelle"; 9833 - githubId = 33598633; 9834 - name = "Lennart Rittel"; 9835 - }; 9836 9830 rixed = { 9837 9831 email = "rixed-github@happyleptic.org"; 9838 9832 github = "rixed";
+1 -1
pkgs/applications/kde/kalarm.nix
··· 22 22 homepage = "https://apps.kde.org/kalarm/"; 23 23 description = "Personal alarm scheduler"; 24 24 license = with lib.licenses; [ gpl2 ]; 25 - maintainers = [ lib.maintainers.rittelle ]; 25 + maintainers = [ ]; 26 26 }; 27 27 nativeBuildInputs = [ extra-cmake-modules kdoctools ]; 28 28 buildInputs = [
+1 -1
pkgs/applications/kde/kdebugsettings.nix
··· 12 12 homepage = "https://apps.kde.org/kdebugsettings/"; 13 13 description = "KDE debug settings"; 14 14 license = with lib.licenses; [ gpl2 ]; 15 - maintainers = [ lib.maintainers.rittelle ]; 15 + maintainers = [ ]; 16 16 broken = lib.versionOlder qtbase.version "5.13"; 17 17 }; 18 18 nativeBuildInputs = [ extra-cmake-modules kdoctools ];
+1 -1
pkgs/applications/science/electronics/eagle/eagle.nix
··· 75 75 homepage = "https://www.autodesk.com/products/eagle/overview"; 76 76 license = licenses.unfree; 77 77 platforms = [ "x86_64-linux" ]; 78 - maintainers = [ maintainers.rittelle ]; 78 + maintainers = [ ]; 79 79 }; 80 80 }