maintainers: remove sweber
This commit is contained in:
@@ -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 [
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user