Removed rittelle from the maintainer list
This commit is contained in:
parent
74ec351fc2
commit
4d8d035c6c
4 changed files with 3 additions and 9 deletions
|
@ -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";
|
||||||
|
|
|
@ -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 = [
|
||||||
|
|
|
@ -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 ];
|
||||||
|
|
|
@ -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 = [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue