Merge pull request #181474 from etu/drop-some-maintainerships

treewide: Drop myself as maintainer for some packages I don't use
This commit is contained in:
Elis Hirwing 2022-07-14 15:08:07 +02:00 committed by GitHub
commit e4d73b8bdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
24 changed files with 24 additions and 24 deletions

View File

@ -6,7 +6,7 @@ let
cfg = config.programs.dmrconfig; cfg = config.programs.dmrconfig;
in { in {
meta.maintainers = [ maintainers.etu ]; meta.maintainers = with maintainers; [ ];
###### interface ###### interface
options = { options = {

View File

@ -45,7 +45,7 @@ in stdenv.mkDerivation rec {
''; '';
homepage = "https://github.com/Alecaddd/sequeler"; homepage = "https://github.com/Alecaddd/sequeler";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ etu ] ++ teams.pantheon.members; maintainers = with maintainers; [ ] ++ teams.pantheon.members;
platforms = platforms.linux; platforms = platforms.linux;
mainProgram = "com.github.alecaddd.sequeler"; mainProgram = "com.github.alecaddd.sequeler";
}; };

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation {
description = "Calculates sunrise or sunset times with civil, nautical, astronomical and custom twilights"; description = "Calculates sunrise or sunset times with civil, nautical, astronomical and custom twilights";
homepage = "https://github.com/risacher/sunwait"; homepage = "https://github.com/risacher/sunwait";
license = licenses.gpl3Only; license = licenses.gpl3Only;
maintainers = with maintainers; [ etu ]; maintainers = with maintainers; [ ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View File

@ -20,7 +20,7 @@ in stdenv.mkDerivation {
description = "Morse code training program"; description = "Morse code training program";
homepage = "http://aldo.nongnu.org/"; homepage = "http://aldo.nongnu.org/";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ etu ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = "https://github.com/sergev/dmrconfig"; homepage = "https://github.com/sergev/dmrconfig";
license = licenses.asl20; license = licenses.asl20;
maintainers = [ maintainers.etu ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = "https://tlf.github.io/"; homepage = "https://tlf.github.io/";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ etu ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Kiosk browser session manager based on the surf browser"; description = "Kiosk browser session manager based on the surf browser";
homepage = "https://code.it-zukunft-schule.de/cgit/surf-display/"; homepage = "https://code.it-zukunft-schule.de/cgit/surf-display/";
maintainers = with maintainers; [ etu ]; maintainers = with maintainers; [ ];
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
description = "C++ library to control Z-Wave Networks via a USB Z-Wave Controller"; description = "C++ library to control Z-Wave Networks via a USB Z-Wave Controller";
homepage = "http://www.openzwave.net/"; homepage = "http://www.openzwave.net/";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ etu ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -54,6 +54,6 @@ buildPythonPackage rec {
description = "Python module to implement EZSP for EmberZNet devices"; description = "Python module to implement EZSP for EmberZNet devices";
homepage = "https://github.com/zigpy/bellows"; homepage = "https://github.com/zigpy/bellows";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ etu mvnetbiz ]; maintainers = with maintainers; [ mvnetbiz ];
}; };
} }

View File

@ -20,7 +20,7 @@ in buildPythonPackage {
description = "Python library for CRCs and checksums"; description = "Python library for CRCs and checksums";
homepage = "https://sourceforge.net/projects/crccheck/"; homepage = "https://sourceforge.net/projects/crccheck/";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ etu ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -24,6 +24,6 @@ buildPythonPackage rec {
description = "Reimplementation of pcapy"; description = "Reimplementation of pcapy";
homepage = "https://github.com/rcloran/pure-pcapy-3"; homepage = "https://github.com/rcloran/pure-pcapy-3";
license = licenses.bsd2; license = licenses.bsd2;
maintainers = with maintainers; [ etu ]; maintainers = with maintainers; [ ];
}; };
} }

View File

@ -28,7 +28,7 @@ buildPythonPackage rec {
description = "Asyncio extension package for pyserial"; description = "Asyncio extension package for pyserial";
homepage = "https://github.com/pyserial/pyserial-asyncio"; homepage = "https://github.com/pyserial/pyserial-asyncio";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ etu ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -36,7 +36,7 @@ buildPythonPackage rec {
description = "Python wrapper for the OpenZWave C++ library"; description = "Python wrapper for the OpenZWave C++ library";
homepage = "https://github.com/OpenZWave/python-openzwave"; homepage = "https://github.com/OpenZWave/python-openzwave";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ etu ]; maintainers = with maintainers; [ ];
inherit (openzwave.meta) platforms; inherit (openzwave.meta) platforms;
}; };
} }

View File

@ -32,6 +32,6 @@ buildPythonPackage rec {
homepage = "https://github.com/home-assistant-libs/voluptuous-serialize"; homepage = "https://github.com/home-assistant-libs/voluptuous-serialize";
license = licenses.asl20; license = licenses.asl20;
description = "Convert Voluptuous schemas to dictionaries so they can be serialized"; description = "Convert Voluptuous schemas to dictionaries so they can be serialized";
maintainers = with maintainers; [ etu ]; maintainers = with maintainers; [ ];
}; };
} }

View File

@ -40,7 +40,7 @@ buildPythonPackage rec {
description = "ZHA Device Handlers are custom quirks implementations for Zigpy"; description = "ZHA Device Handlers are custom quirks implementations for Zigpy";
homepage = "https://github.com/dmulcahey/zha-device-handlers"; homepage = "https://github.com/dmulcahey/zha-device-handlers";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ etu ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -54,7 +54,7 @@ buildPythonPackage rec {
description = "Library which communicates with Texas Instruments CC2531 radios for zigpy"; description = "Library which communicates with Texas Instruments CC2531 radios for zigpy";
homepage = "https://github.com/zigpy/zigpy-cc"; homepage = "https://github.com/zigpy/zigpy-cc";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ etu mvnetbiz ]; maintainers = with maintainers; [ mvnetbiz ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -44,7 +44,7 @@ buildPythonPackage rec {
description = "Library which communicates with Deconz radios for zigpy"; description = "Library which communicates with Deconz radios for zigpy";
homepage = "https://github.com/zigpy/zigpy-deconz"; homepage = "https://github.com/zigpy/zigpy-deconz";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ etu mvnetbiz ]; maintainers = with maintainers; [ mvnetbiz ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -47,7 +47,7 @@ buildPythonPackage rec {
description = "A library which communicates with XBee radios for zigpy"; description = "A library which communicates with XBee radios for zigpy";
homepage = "https://github.com/zigpy/zigpy-xbee"; homepage = "https://github.com/zigpy/zigpy-xbee";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ etu mvnetbiz ]; maintainers = with maintainers; [ mvnetbiz ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -51,7 +51,7 @@ buildPythonPackage rec {
description = "Library which communicates with ZiGate radios for zigpy"; description = "Library which communicates with ZiGate radios for zigpy";
homepage = "https://github.com/zigpy/zigpy-zigate"; homepage = "https://github.com/zigpy/zigpy-zigate";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ etu mvnetbiz ]; maintainers = with maintainers; [ mvnetbiz ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -64,7 +64,7 @@ buildPythonPackage rec {
description = "Library implementing a ZigBee stack"; description = "Library implementing a ZigBee stack";
homepage = "https://github.com/zigpy/zigpy"; homepage = "https://github.com/zigpy/zigpy";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ etu mvnetbiz ]; maintainers = with maintainers; [ mvnetbiz ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
homepage = "https://github.com/aguinet/usbtop"; homepage = "https://github.com/aguinet/usbtop";
description = "A top utility that shows an estimated instantaneous bandwidth on USB buses and devices"; description = "A top utility that shows an estimated instantaneous bandwidth on USB buses and devices";
maintainers = with maintainers; [ etu ]; maintainers = with maintainers; [ ];
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -38,7 +38,7 @@ in stdenv.mkDerivation {
''; '';
homepage = "https://www.fsarchiver.org/"; homepage = "https://www.fsarchiver.org/";
license = licenses.lgpl2; license = licenses.lgpl2;
maintainers = [ maintainers.etu ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -21,6 +21,6 @@ buildPythonApplication rec {
homepage = "https://github.com/pycampers/ampy"; homepage = "https://github.com/pycampers/ampy";
license = licenses.mit; license = licenses.mit;
description = "Utility to interact with a MicroPython board over a serial connection"; description = "Utility to interact with a MicroPython board over a serial connection";
maintainers = with maintainers; [ etu ]; maintainers = with maintainers; [ ];
}; };
} }

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
description = "Pango to PostScript converter"; description = "Pango to PostScript converter";
homepage = "https://github.com/dov/paps"; homepage = "https://github.com/dov/paps";
license = licenses.lgpl2; license = licenses.lgpl2;
maintainers = with maintainers; [ etu ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }