Merge pull request #263146 from globin/globin-maintainership

treewide: update globin's maintainership
This commit is contained in:
Maximilian Bosch 2023-10-24 16:45:43 +02:00 committed by GitHub
commit e4c369b443
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
41 changed files with 40 additions and 42 deletions

View file

@ -407,7 +407,6 @@ with lib.maintainers; {
home-assistant = { home-assistant = {
members = [ members = [
fab fab
globin
hexa hexa
mic92 mic92
]; ];
@ -742,7 +741,6 @@ with lib.maintainers; {
aanderse aanderse
drupol drupol
etu etu
globin
ma27 ma27
talyz talyz
]; ];

View file

@ -530,5 +530,5 @@ in {
''; '';
}; };
meta.maintainers = with lib.maintainers; [ globin rnhmjoj ]; meta.maintainers = with lib.maintainers; [ rnhmjoj ];
} }

View file

@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
license = lib.licenses.gpl2Plus; license = lib.licenses.gpl2Plus;
maintainers = with maintainers; [ abbradar globin ]; maintainers = with maintainers; [ abbradar ];
platforms = platforms.linux; platforms = platforms.linux;
mainProgram = "pavucontrol"; mainProgram = "pavucontrol";
}; };

View file

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
description = "Open source implementation of NVIDIA's GameStream"; description = "Open source implementation of NVIDIA's GameStream";
homepage = "https://github.com/moonlight-stream/moonlight-embedded"; homepage = "https://github.com/moonlight-stream/moonlight-embedded";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = [ maintainers.globin ]; maintainers = [];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
broken = stdenv.isDarwin; broken = stdenv.isDarwin;
description = "A framework for controlling entertainment lighting equipment"; description = "A framework for controlling entertainment lighting equipment";
homepage = "https://www.openlighting.org/ola/"; homepage = "https://www.openlighting.org/ola/";
maintainers = with maintainers; [ globin ]; maintainers = with maintainers; [ ];
license = with licenses; [ lgpl21 gpl2Plus ]; license = with licenses; [ lgpl21 gpl2Plus ];
platforms = platforms.all; platforms = platforms.all;
}; };

View file

@ -257,7 +257,7 @@ python3'.pkgs.buildPythonPackage rec {
description = "Multi factor authentication system (2FA, MFA, OTP Server)"; description = "Multi factor authentication system (2FA, MFA, OTP Server)";
license = licenses.agpl3Plus; license = licenses.agpl3Plus;
homepage = "http://www.privacyidea.org"; homepage = "http://www.privacyidea.org";
maintainers = with maintainers; [ globin ma27 ]; maintainers = with maintainers; [ ma27 ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -45,7 +45,7 @@ mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "A free and cross-platform software to control DMX or analog lighting systems like moving heads, dimmers, scanners etc"; description = "A free and cross-platform software to control DMX or analog lighting systems like moving heads, dimmers, scanners etc";
maintainers = [ maintainers.globin ]; maintainers = [ ];
license = licenses.asl20; license = licenses.asl20;
platforms = platforms.all; platforms = platforms.all;
homepage = "https://www.qlcplus.org/"; homepage = "https://www.qlcplus.org/";

View file

@ -117,7 +117,7 @@ rec {
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
homepage = "http://jonls.dk/redshift"; homepage = "http://jonls.dk/redshift";
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ globin yana ]; maintainers = with maintainers; [ yana ];
}; };
}; };

View file

@ -64,7 +64,7 @@ python3.pkgs.buildPythonApplication rec {
changelog = "https://github.com/errbotio/errbot/blob/${version}/CHANGES.rst"; changelog = "https://github.com/errbotio/errbot/blob/${version}/CHANGES.rst";
description = "Chatbot designed to be simple to extend with plugins written in Python"; description = "Chatbot designed to be simple to extend with plugins written in Python";
homepage = "http://errbot.io/"; homepage = "http://errbot.io/";
maintainers = with maintainers; [ globin ]; maintainers = with maintainers; [ ];
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
# flaky on darwin, "RuntimeError: can't start new thread" # flaky on darwin, "RuntimeError: can't start new thread"

View file

@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/DanielAdolfsson/ndppd"; homepage = "https://github.com/DanielAdolfsson/ndppd";
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ fadenb globin ]; maintainers = with maintainers; [ fadenb ];
}; };
} }

View file

@ -52,6 +52,6 @@ stdenv.mkDerivation rec {
diff-so-fancy builds on the good-lookin' output of git contrib's diff-so-fancy builds on the good-lookin' output of git contrib's
diff-highlight to upgrade your diffs' appearances. diff-highlight to upgrade your diffs' appearances.
''; '';
maintainers = with maintainers; [ fpletz globin ma27 ]; maintainers = with maintainers; [ fpletz ma27 ];
}; };
} }

View file

@ -17,7 +17,7 @@ buildGoPackage rec {
meta = with lib; { meta = with lib; {
description = "The Docker toolset to pack, ship, store, and deliver content"; description = "The Docker toolset to pack, ship, store, and deliver content";
license = licenses.asl20; license = licenses.asl20;
maintainers = [ maintainers.globin ]; maintainers = [];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "A tiling window manager"; description = "A tiling window manager";
homepage = "https://i3wm.org"; homepage = "https://i3wm.org";
maintainers = with maintainers; [ modulistic fpletz globin ]; maintainers = with maintainers; [ modulistic fpletz ];
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.all; platforms = platforms.all;

View file

@ -43,6 +43,6 @@ mkDerivation rec {
description = "A lightweight Qt-based terminal emulator"; description = "A lightweight Qt-based terminal emulator";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = with platforms; unix; platforms = with platforms; unix;
maintainers = with maintainers; [ globin ] ++ teams.lxqt.members; maintainers = with maintainers; teams.lxqt.members;
}; };
} }

View file

@ -263,7 +263,7 @@ in stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
homepage = "https://www.rust-lang.org/"; homepage = "https://www.rust-lang.org/";
description = "A safe, concurrent, practical language"; description = "A safe, concurrent, practical language";
maintainers = with maintainers; [ globin havvy ] ++ teams.rust.members; maintainers = with maintainers; [ havvy ] ++ teams.rust.members;
license = [ licenses.mit licenses.asl20 ]; license = [ licenses.mit licenses.asl20 ];
platforms = [ platforms = [
# Platforms with host tools from # Platforms with host tools from

View file

@ -19,6 +19,6 @@ buildPythonPackage rec {
homepage = "https://github.com/jackparmer/colorlover"; homepage = "https://github.com/jackparmer/colorlover";
description = "Color scales in Python for humans"; description = "Color scales in Python for humans";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ globin ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -43,6 +43,6 @@ buildPythonPackage rec {
description = "Productivity Tools for Plotly + Pandas"; description = "Productivity Tools for Plotly + Pandas";
homepage = "https://github.com/santosjorge/cufflinks"; homepage = "https://github.com/santosjorge/cufflinks";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ globin ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -62,6 +62,6 @@ buildPythonPackage rec {
description = "Django library for Mailman UIs"; description = "Django library for Mailman UIs";
homepage = "https://gitlab.com/mailman/django-mailman3"; homepage = "https://gitlab.com/mailman/django-mailman3";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ globin qyliss ]; maintainers = with maintainers; [ qyliss ];
}; };
} }

View file

@ -17,7 +17,7 @@ buildPythonPackage rec {
description = "Flask plugin to rewrite file paths to add version info"; description = "Flask plugin to rewrite file paths to add version info";
homepage = "https://github.com/pilt/flask-versioned"; homepage = "https://github.com/pilt/flask-versioned";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ globin ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -34,6 +34,6 @@ buildPythonPackage rec {
description = "A little task queue for python"; description = "A little task queue for python";
homepage = "https://github.com/coleifer/huey"; homepage = "https://github.com/coleifer/huey";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.globin ]; maintainers = [];
}; };
} }

View file

@ -64,6 +64,6 @@ buildPythonPackage rec {
homepage = "https://github.com/pycontribs/jira"; homepage = "https://github.com/pycontribs/jira";
changelog = "https://github.com/pycontribs/jira/releases/tag/${version}"; changelog = "https://github.com/pycontribs/jira/releases/tag/${version}";
license = licenses.bsd2; license = licenses.bsd2;
maintainers = with maintainers; [ globin ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -35,7 +35,7 @@ buildPythonPackage rec {
description = "REST client for driving Mailman 3"; description = "REST client for driving Mailman 3";
homepage = "https://www.gnu.org/software/mailman/"; homepage = "https://www.gnu.org/software/mailman/";
license = licenses.lgpl3Plus; license = licenses.lgpl3Plus;
maintainers = with maintainers; [ globin qyliss ]; maintainers = with maintainers; [ qyliss ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -27,6 +27,6 @@ buildPythonPackage rec {
description = "LDAP Proxy to intercept LDAP binds and authenticate against privacyIDEA"; description = "LDAP Proxy to intercept LDAP binds and authenticate against privacyIDEA";
homepage = "https://github.com/privacyidea/privacyidea-ldap-proxy"; homepage = "https://github.com/privacyidea/privacyidea-ldap-proxy";
license = licenses.agpl3Only; license = licenses.agpl3Only;
maintainers = [ maintainers.globin ]; maintainers = [ ];
}; };
} }

View file

@ -55,6 +55,6 @@ buildPythonPackage rec {
description = "Python RADIUS Implementation"; description = "Python RADIUS Implementation";
homepage = "https://github.com/pyradius/pyrad"; homepage = "https://github.com/pyradius/pyrad";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ globin ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -39,6 +39,6 @@ buildPythonPackage rec {
homepage = "https://github.com/python-smpplib/python-smpplib"; homepage = "https://github.com/python-smpplib/python-smpplib";
changelog = "https://github.com/python-smpplib/python-smpplib/releases/tag/${version}"; changelog = "https://github.com/python-smpplib/python-smpplib/releases/tag/${version}";
license = licenses.lgpl3Plus; license = licenses.lgpl3Plus;
maintainers = with maintainers; [ globin ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -16,7 +16,7 @@ buildPythonPackage rec {
description = "A one step database access tool, built on the SQLAlchemy ORM"; description = "A one step database access tool, built on the SQLAlchemy ORM";
homepage = "https://github.com/zzzeek/sqlsoup"; homepage = "https://github.com/zzzeek/sqlsoup";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.globin ]; maintainers = [];
broken = true; # incompatible with sqlalchemy>=1.4 and unmaintained since 2016 broken = true; # incompatible with sqlalchemy>=1.4 and unmaintained since 2016
}; };
} }

View file

@ -69,6 +69,6 @@ buildGoModule rec {
license = licenses.mit; license = licenses.mit;
homepage = "https://about.gitlab.com/gitlab-ci/"; homepage = "https://about.gitlab.com/gitlab-ci/";
platforms = platforms.unix ++ platforms.darwin; platforms = platforms.unix ++ platforms.darwin;
maintainers = with maintainers; [ bachp zimbatm globin ] ++ teams.gitlab.members; maintainers = with maintainers; [ bachp zimbatm ] ++ teams.gitlab.members;
}; };
} }

View file

@ -52,6 +52,6 @@ optionalWarning (crowdProperties != null) "Using `crowdProperties` is deprecated
homepage = "https://www.atlassian.com/software/confluence"; homepage = "https://www.atlassian.com/software/confluence";
sourceProvenance = with sourceTypes; [ binaryBytecode ]; sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.unfree; license = licenses.unfree;
maintainers = with maintainers; [ globin willibutz ciil techknowlogick ]; maintainers = with maintainers; [ willibutz ciil techknowlogick ];
}; };
}) })

View file

@ -51,6 +51,6 @@ optionalWarning (openidPassword != "WILL_NEVER_BE_SET") "Using `crowdProperties`
description = "Single sign-on and identity management tool"; description = "Single sign-on and identity management tool";
homepage = "https://www.atlassian.com/software/crowd"; homepage = "https://www.atlassian.com/software/crowd";
license = licenses.unfree; license = licenses.unfree;
maintainers = with maintainers; [ globin ]; maintainers = with maintainers; [ ];
}; };
}) })

View file

@ -39,6 +39,6 @@ stdenv.mkDerivation rec {
description = "Proprietary issue tracking product, also providing project management functions"; description = "Proprietary issue tracking product, also providing project management functions";
homepage = "https://www.atlassian.com/software/jira"; homepage = "https://www.atlassian.com/software/jira";
license = licenses.unfree; license = licenses.unfree;
maintainers = with maintainers; [ globin ciil megheaiulian techknowlogick ]; maintainers = with maintainers; [ ciil megheaiulian techknowlogick ];
}; };
} }

View file

@ -71,6 +71,6 @@ buildPythonPackage rec {
description = "Archiver for GNU Mailman v3"; description = "Archiver for GNU Mailman v3";
license = lib.licenses.gpl3; license = lib.licenses.gpl3;
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ globin qyliss ]; maintainers = with lib.maintainers; [ qyliss ];
}; };
} }

View file

@ -43,6 +43,6 @@ buildPythonPackage rec {
description = "Mailman archiver plugin for HyperKitty"; description = "Mailman archiver plugin for HyperKitty";
homepage = "https://gitlab.com/mailman/mailman-hyperkitty"; homepage = "https://gitlab.com/mailman/mailman-hyperkitty";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ globin qyliss ]; maintainers = with maintainers; [ qyliss ];
}; };
} }

View file

@ -21,6 +21,6 @@ buildPythonPackage rec {
homepage = "https://docs.mailman3.org/projects/postorius"; homepage = "https://docs.mailman3.org/projects/postorius";
description = "Web-based user interface for managing GNU Mailman"; description = "Web-based user interface for managing GNU Mailman";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ globin qyliss ]; maintainers = with maintainers; [ qyliss ];
}; };
} }

View file

@ -18,6 +18,6 @@ buildGoModule rec {
description = "Prometheus exporter for OpenVPN"; description = "Prometheus exporter for OpenVPN";
broken = true; broken = true;
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ globin ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
inherit (src.meta) homepage; inherit (src.meta) homepage;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ globin ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -20,6 +20,6 @@ stdenv.mkDerivation {
homepage = "https://github.com/mattrude/pgpkeyserver-lite"; homepage = "https://github.com/mattrude/pgpkeyserver-lite";
description = "A lightweight static front-end for a sks keyserver"; description = "A lightweight static front-end for a sks keyserver";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ calbrecht globin ]; maintainers = with maintainers; [ calbrecht ];
}; };
} }

View file

@ -86,6 +86,6 @@ stdenv.mkDerivation rec {
license = licenses.mit; license = licenses.mit;
homepage = "https://prosody.im"; homepage = "https://prosody.im";
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ globin ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
description = "A command-line screen capture utility"; description = "A command-line screen capture utility";
mainProgram = "scrot"; mainProgram = "scrot";
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ globin ]; maintainers = with maintainers; [ ];
license = licenses.mitAdvertising; license = licenses.mitAdvertising;
}; };
} }

View file

@ -70,7 +70,7 @@ python3.pkgs.buildPythonApplication rec {
homepage = "https://github.com/phillipberndt/autorandr/"; homepage = "https://github.com/phillipberndt/autorandr/";
description = "Automatically select a display configuration based on connected devices"; description = "Automatically select a display configuration based on connected devices";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ coroa globin ]; maintainers = with maintainers; [ coroa ];
platforms = platforms.unix; platforms = platforms.unix;
mainProgram = "autorandr"; mainProgram = "autorandr";
}; };

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
description = "Rewrite of unclutter using the X11 Xfixes extension"; description = "Rewrite of unclutter using the X11 Xfixes extension";
platforms = platforms.unix; platforms = platforms.unix;
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = [ maintainers.globin ]; maintainers = [ ];
mainProgram = "unclutter"; mainProgram = "unclutter";
}; };
} }

View file

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
buildInputs = [ openssl ]; buildInputs = [ openssl ];
meta = { meta = {
maintainers = with lib.maintainers; [ lheckemann willibutz globin ]; maintainers = with lib.maintainers; [ lheckemann willibutz ];
description = "Tool for converting Xen images to raw and back"; description = "Tool for converting Xen images to raw and back";
license = lib.licenses.gpl2; license = lib.licenses.gpl2;
platforms = lib.platforms.unix; platforms = lib.platforms.unix;