Removed rittelle from the maintainer list

main
rittelle 3 years ago
parent 74ec351fc2
commit 4d8d035c6c
No known key found for this signature in database
GPG Key ID: 54F54D19E0B6A1A8
  1. 6
      maintainers/maintainer-list.nix
  2. 2
      pkgs/applications/kde/kalarm.nix
  3. 2
      pkgs/applications/kde/kdebugsettings.nix
  4. 2
      pkgs/applications/science/electronics/eagle/eagle.nix

@ -9827,12 +9827,6 @@
}
];
};
rittelle = {
email = "rittelle@posteo.de";
github = "rittelle";
githubId = 33598633;
name = "Lennart Rittel";
};
rixed = {
email = "rixed-github@happyleptic.org";
github = "rixed";

@ -22,7 +22,7 @@ mkDerivation {
homepage = "https://apps.kde.org/kalarm/";
description = "Personal alarm scheduler";
license = with lib.licenses; [ gpl2 ];
maintainers = [ lib.maintainers.rittelle ];
maintainers = [ ];
};
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
buildInputs = [

@ -12,7 +12,7 @@ mkDerivation {
homepage = "https://apps.kde.org/kdebugsettings/";
description = "KDE debug settings";
license = with lib.licenses; [ gpl2 ];
maintainers = [ lib.maintainers.rittelle ];
maintainers = [ ];
broken = lib.versionOlder qtbase.version "5.13";
};
nativeBuildInputs = [ extra-cmake-modules kdoctools ];

@ -75,6 +75,6 @@ let
homepage = "https://www.autodesk.com/products/eagle/overview";
license = licenses.unfree;
platforms = [ "x86_64-linux" ];
maintainers = [ maintainers.rittelle ];
maintainers = [ ];
};
}

Loading…
Cancel
Save