Removed rittelle from the maintainer list

This commit is contained in:
rittelle 2021-11-19 21:29:09 +01:00
parent 74ec351fc2
commit 4d8d035c6c
No known key found for this signature in database
GPG key ID: 54F54D19E0B6A1A8
4 changed files with 3 additions and 9 deletions

View file

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

View file

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

View file

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

View file

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