treewide: update globin's maintainership

This commit is contained in:
Robin Gloster 2023-10-24 13:09:45 +02:00
parent 55c91c44e5
commit e5d552f5b9
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF
41 changed files with 40 additions and 42 deletions

View File

@ -407,7 +407,6 @@ with lib.maintainers; {
home-assistant = {
members = [
fab
globin
hexa
mic92
];
@ -742,7 +741,6 @@ with lib.maintainers; {
aanderse
drupol
etu
globin
ma27
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;
maintainers = with maintainers; [ abbradar globin ];
maintainers = with maintainers; [ abbradar ];
platforms = platforms.linux;
mainProgram = "pavucontrol";
};

View File

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

View File

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

View File

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

View File

@ -45,7 +45,7 @@ mkDerivation rec {
meta = with lib; {
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;
platforms = platforms.all;
homepage = "https://www.qlcplus.org/";

View File

@ -117,7 +117,7 @@ rec {
license = licenses.gpl3Plus;
homepage = "http://jonls.dk/redshift";
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";
description = "Chatbot designed to be simple to extend with plugins written in Python";
homepage = "http://errbot.io/";
maintainers = with maintainers; [ globin ];
maintainers = with maintainers; [ ];
license = licenses.gpl3Plus;
platforms = platforms.linux;
# flaky on darwin, "RuntimeError: can't start new thread"

View File

@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/DanielAdolfsson/ndppd";
license = licenses.gpl3;
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-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; {
description = "The Docker toolset to pack, ship, store, and deliver content";
license = licenses.asl20;
maintainers = [ maintainers.globin ];
maintainers = [];
platforms = platforms.unix;
};
}

View File

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

View File

@ -43,6 +43,6 @@ mkDerivation rec {
description = "A lightweight Qt-based terminal emulator";
license = licenses.gpl2Plus;
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; {
homepage = "https://www.rust-lang.org/";
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 ];
platforms = [
# Platforms with host tools from

View File

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

View File

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

View File

@ -62,6 +62,6 @@ buildPythonPackage rec {
description = "Django library for Mailman UIs";
homepage = "https://gitlab.com/mailman/django-mailman3";
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";
homepage = "https://github.com/pilt/flask-versioned";
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";
homepage = "https://github.com/coleifer/huey";
license = licenses.mit;
maintainers = [ maintainers.globin ];
maintainers = [];
};
}

View File

@ -64,6 +64,6 @@ buildPythonPackage rec {
homepage = "https://github.com/pycontribs/jira";
changelog = "https://github.com/pycontribs/jira/releases/tag/${version}";
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";
homepage = "https://www.gnu.org/software/mailman/";
license = licenses.lgpl3Plus;
maintainers = with maintainers; [ globin qyliss ];
maintainers = with maintainers; [ qyliss ];
platforms = platforms.linux;
};
}

View File

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

View File

@ -55,6 +55,6 @@ buildPythonPackage rec {
description = "Python RADIUS Implementation";
homepage = "https://github.com/pyradius/pyrad";
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";
changelog = "https://github.com/python-smpplib/python-smpplib/releases/tag/${version}";
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";
homepage = "https://github.com/zzzeek/sqlsoup";
license = licenses.mit;
maintainers = [ maintainers.globin ];
maintainers = [];
broken = true; # incompatible with sqlalchemy>=1.4 and unmaintained since 2016
};
}

View File

@ -69,6 +69,6 @@ buildGoModule rec {
license = licenses.mit;
homepage = "https://about.gitlab.com/gitlab-ci/";
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";
sourceProvenance = with sourceTypes; [ binaryBytecode ];
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";
homepage = "https://www.atlassian.com/software/crowd";
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";
homepage = "https://www.atlassian.com/software/jira";
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";
license = lib.licenses.gpl3;
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";
homepage = "https://gitlab.com/mailman/mailman-hyperkitty";
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";
description = "Web-based user interface for managing GNU Mailman";
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";
broken = true;
license = licenses.asl20;
maintainers = with maintainers; [ globin ];
maintainers = with maintainers; [ ];
};
}

View File

@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
inherit (src.meta) homepage;
license = licenses.gpl2Plus;
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";
description = "A lightweight static front-end for a sks keyserver";
license = licenses.gpl3;
maintainers = with maintainers; [ calbrecht globin ];
maintainers = with maintainers; [ calbrecht ];
};
}

View File

@ -86,6 +86,6 @@ stdenv.mkDerivation rec {
license = licenses.mit;
homepage = "https://prosody.im";
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";
mainProgram = "scrot";
platforms = platforms.linux;
maintainers = with maintainers; [ globin ];
maintainers = with maintainers; [ ];
license = licenses.mitAdvertising;
};
}

View File

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

View File

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

View File

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