maintainers: remove sweber

This commit is contained in:
Hythera
2026-05-13 15:41:26 +02:00
parent 1b7d9c375e
commit fe17517a92
4 changed files with 3 additions and 15 deletions
-6
View File
@@ -26624,12 +26624,6 @@
githubId = 120188;
name = "Scott W. Dunlop";
};
sweber = {
email = "sweber2342+nixpkgs@gmail.com";
github = "sweber83";
githubId = 19905904;
name = "Simon Weber";
};
sweenu = {
name = "sweenu";
email = "contact@sweenu.xyz";
@@ -12,10 +12,7 @@ let
in
{
meta.maintainers = with lib.maintainers; [
sweber
hexa
];
meta.maintainers = with lib.maintainers; [ hexa ];
imports = [
(lib.mkRemovedOptionModule [
+1 -1
View File
@@ -33,7 +33,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Tool for visualizing changes in Linux software packages";
homepage = "https://lvc.github.io/pkgdiff/";
license = lib.licenses.gpl2Only;
maintainers = with lib.maintainers; [ sweber ];
maintainers = [ ];
platforms = lib.platforms.unix;
mainProgram = "pkgdiff";
};
+1 -4
View File
@@ -65,10 +65,7 @@ stdenv.mkDerivation (finalAttrs: {
It bridges events and allows you to control your Zigbee devices via MQTT.
In this way you can integrate your Zigbee devices with whatever smart home infrastructure you are using.
'';
maintainers = with lib.maintainers; [
sweber
hexa
];
maintainers = with lib.maintainers; [ hexa ];
mainProgram = "zigbee2mqtt";
};
})