lol

Merge pull request #245063 from SuperSandro2000/remove-maintainer

treewide: reduce packages I maintainer

authored by

Sandro and committed by
GitHub
1d1fe1fe 669e97b1

+274 -276
+1 -3
maintainers/team-list.nix
··· 821 821 }; 822 822 823 823 sphinx = { 824 - members = [ 825 - SuperSandro2000 826 - ]; 824 + members = [ ]; 827 825 scope = "Maintain Sphinx related packages."; 828 826 shortName = "Sphinx"; 829 827 };
+1 -1
nixos/modules/services/audio/jmusicbot.nix
··· 44 44 }; 45 45 }; 46 46 47 - meta.maintainers = with maintainers; [ SuperSandro2000 ]; 47 + meta.maintainers = with maintainers; [ ]; 48 48 }
+1 -1
pkgs/applications/audio/jmusicbot/default.nix
··· 26 26 homepage = "https://github.com/jagrosh/MusicBot"; 27 27 sourceProvenance = with sourceTypes; [ binaryBytecode ]; 28 28 license = licenses.asl20; 29 - maintainers = with maintainers; [ SuperSandro2000 ]; 29 + maintainers = with maintainers; [ ]; 30 30 inherit (jre_headless.meta) platforms; 31 31 }; 32 32 }
+1 -1
pkgs/applications/audio/opustags/default.nix
··· 34 34 description = "Ogg Opus tags editor"; 35 35 platforms = platforms.all; 36 36 broken = stdenv.isDarwin; 37 - maintainers = with maintainers; [ kmein SuperSandro2000 ]; 37 + maintainers = with maintainers; [ kmein ]; 38 38 license = licenses.bsd3; 39 39 }; 40 40 }
+1 -1
pkgs/applications/editors/vscode/extensions/default.nix
··· 1895 1895 downloadPage = "https://marketplace.visualstudio.com/items?itemName=jnoortheen.nix-ide"; 1896 1896 homepage = "https://github.com/jnoortheen/vscode-nix-ide"; 1897 1897 license = lib.licenses.mit; 1898 - maintainers = [ lib.maintainers.SuperSandro2000 ]; 1898 + maintainers = [ ]; 1899 1899 }; 1900 1900 }; 1901 1901
+1 -1
pkgs/applications/editors/vscode/extensions/ms-vscode-remote.remote-ssh/default.nix
··· 97 97 meta = { 98 98 description = "Use any remote machine with a SSH server as your development environment."; 99 99 license = lib.licenses.unfree; 100 - maintainers = [ lib.maintainers.SuperSandro2000 lib.maintainers.tbenst ]; 100 + maintainers = [ lib.maintainers.tbenst ]; 101 101 }; 102 102 }
+1 -1
pkgs/applications/logging/sosreport/default.nix
··· 43 43 description = "Unified tool for collecting system logs and other debug information"; 44 44 homepage = "https://github.com/sosreport/sos"; 45 45 license = licenses.gpl2Only; 46 - maintainers = with maintainers; [ SuperSandro2000 ]; 46 + maintainers = with maintainers; [ ]; 47 47 }; 48 48 }
+1 -1
pkgs/applications/misc/binocle/default.nix
··· 44 44 description = "Graphical tool to visualize binary data"; 45 45 homepage = "https://github.com/sharkdp/binocle"; 46 46 license = with licenses; [ asl20 /* or */ mit ]; 47 - maintainers = with maintainers; [ SuperSandro2000 ]; 47 + maintainers = with maintainers; [ ]; 48 48 }; 49 49 }
+1 -1
pkgs/applications/misc/lemonade/default.nix
··· 30 30 description = "Remote utility tool that to copy, paste and open browsers over TCP"; 31 31 homepage = "https://github.com/lemonade-command/lemonade/"; 32 32 license = licenses.mit; 33 - maintainers = with maintainers; [ SuperSandro2000 ]; 33 + maintainers = with maintainers; [ ]; 34 34 }; 35 35 }
+1 -1
pkgs/applications/networking/cawbird/default.nix
··· 83 83 homepage = "https://ibboard.co.uk/cawbird/"; 84 84 license = licenses.gpl3Plus; 85 85 platforms = platforms.linux; 86 - maintainers = with lib.maintainers; [ jonafato schmittlauch SuperSandro2000 ]; 86 + maintainers = with lib.maintainers; [ jonafato schmittlauch ]; 87 87 }; 88 88 }
+1 -1
pkgs/applications/networking/firewalld/default.nix
··· 99 99 description = "Firewall daemon with D-Bus interface"; 100 100 homepage = "https://github.com/firewalld/firewalld"; 101 101 license = licenses.gpl2Plus; 102 - maintainers = with maintainers; [ SuperSandro2000 ]; 102 + maintainers = with maintainers; [ ]; 103 103 }; 104 104 }
+1 -1
pkgs/applications/version-management/git-crypt/default.nix
··· 63 63 ''; 64 64 downloadPage = "https://github.com/AGWA/git-crypt/releases"; 65 65 license = licenses.gpl3; 66 - maintainers = with maintainers; [ dochang SuperSandro2000 ]; 66 + maintainers = with maintainers; [ dochang ]; 67 67 platforms = platforms.unix; 68 68 }; 69 69
+1 -1
pkgs/applications/version-management/gitlab-triage/default.nix
··· 11 11 description = "GitLab's issues and merge requests triage, automated!"; 12 12 homepage = "https://gitlab.com/gitlab-org/gitlab-triage"; 13 13 license = licenses.mit; 14 - maintainers = with maintainers; [ SuperSandro2000 ]; 14 + maintainers = with maintainers; [ ]; 15 15 }; 16 16 }
+1 -1
pkgs/applications/version-management/lab/default.nix
··· 36 36 description = "Lab wraps Git or Hub, making it simple to clone, fork, and interact with repositories on GitLab"; 37 37 homepage = "https://zaquestion.github.io/lab"; 38 38 license = licenses.cc0; 39 - maintainers = with maintainers; [ marsam dtzWill SuperSandro2000 ]; 39 + maintainers = with maintainers; [ marsam dtzWill ]; 40 40 }; 41 41 }
+1 -1
pkgs/applications/version-management/rs-git-fsmonitor/default.nix
··· 28 28 description = "A fast git core.fsmonitor hook written in Rust"; 29 29 homepage = "https://github.com/jgavris/rs-git-fsmonitor"; 30 30 license = licenses.mit; 31 - maintainers = [ maintainers.SuperSandro2000 ]; 31 + maintainers = [ ]; 32 32 }; 33 33 }
+1 -1
pkgs/applications/virtualization/docker/compose.nix
··· 34 34 description = "Docker CLI plugin to define and run multi-container applications with Docker"; 35 35 homepage = "https://github.com/docker/compose"; 36 36 license = licenses.asl20; 37 - maintainers = with maintainers; [ babariviere SuperSandro2000 ]; 37 + maintainers = with maintainers; [ babariviere ]; 38 38 }; 39 39 }
+1 -1
pkgs/development/libraries/SDL_audiolib/default.nix
··· 48 48 description = "Audio decoding, resampling and mixing library for SDL"; 49 49 homepage = "https://github.com/realnc/SDL_audiolib"; 50 50 license = licenses.lgpl3Plus; 51 - maintainers = with maintainers; [ SuperSandro2000 ]; 51 + maintainers = with maintainers; [ ]; 52 52 }; 53 53 }
+1 -1
pkgs/development/libraries/libargs/default.nix
··· 25 25 description = "A simple header-only C++ argument parser library"; 26 26 homepage = "https://github.com/Taywee/args"; 27 27 license = licenses.mit; 28 - maintainers = with maintainers; [ SuperSandro2000 ]; 28 + maintainers = with maintainers; [ ]; 29 29 }; 30 30 }
+1 -1
pkgs/development/libraries/libdatrie/default.nix
··· 41 41 description = "This is an implementation of double-array structure for representing trie"; 42 42 license = licenses.lgpl21Plus; 43 43 platforms = platforms.unix; 44 - maintainers = with maintainers; [ SuperSandro2000 ]; 44 + maintainers = with maintainers; [ ]; 45 45 }; 46 46 }
+1 -1
pkgs/development/libraries/libhsts/default.nix
··· 35 35 description = "Library to easily check a domain against the Chromium HSTS Preload list"; 36 36 homepage = "https://gitlab.com/rockdaboot/libhsts"; 37 37 license = with licenses; [ mit bsd3 ]; 38 - maintainers = with maintainers; [ SuperSandro2000 ]; 38 + maintainers = with maintainers; [ ]; 39 39 }; 40 40 }
+1 -1
pkgs/development/libraries/libthai/default.nix
··· 26 26 description = "Set of Thai language support routines"; 27 27 license = licenses.lgpl21Plus; 28 28 platforms = platforms.unix; 29 - maintainers = with maintainers; [ SuperSandro2000 ]; 29 + maintainers = with maintainers; [ ]; 30 30 }; 31 31 }
+1 -1
pkgs/development/libraries/opencl-clang/default.nix
··· 100 100 description = "A clang wrapper library with an OpenCL-oriented API and the ability to compile OpenCL C kernels to SPIR-V modules"; 101 101 license = licenses.ncsa; 102 102 platforms = platforms.all; 103 - maintainers = with maintainers; [ SuperSandro2000 ]; 103 + maintainers = with maintainers; [ ]; 104 104 }; 105 105 }; 106 106 in
+1 -1
pkgs/development/python-modules/actdiag/default.nix
··· 45 45 homepage = "http://blockdiag.com/"; 46 46 license = licenses.asl20; 47 47 platforms = platforms.unix; 48 - maintainers = with maintainers; [ bjornfor SuperSandro2000 ]; 48 + maintainers = with maintainers; [ bjornfor ]; 49 49 }; 50 50 }
+1 -1
pkgs/development/python-modules/arpeggio/default.nix
··· 27 27 description = "Recursive descent parser with memoization based on PEG grammars (aka Packrat parser)"; 28 28 homepage = "https://github.com/textX/Arpeggio"; 29 29 license = licenses.mit; 30 - maintainers = with maintainers; [ SuperSandro2000 ]; 30 + maintainers = with maintainers; [ ]; 31 31 }; 32 32 }
+1 -1
pkgs/development/python-modules/asgiref/default.nix
··· 44 44 description = "Reference ASGI adapters and channel layers"; 45 45 homepage = "https://github.com/django/asgiref"; 46 46 license = licenses.bsd3; 47 - maintainers = with maintainers; [ SuperSandro2000 ]; 47 + maintainers = with maintainers; [ ]; 48 48 }; 49 49 }
+1 -1
pkgs/development/python-modules/asn1tools/default.nix
··· 42 42 description = "ASN.1 parsing, encoding and decoding"; 43 43 homepage = "https://github.com/eerimoq/asn1tools"; 44 44 license = licenses.mit; 45 - maintainers = with maintainers; [ SuperSandro2000 ]; 45 + maintainers = with maintainers; [ ]; 46 46 }; 47 47 }
+1 -1
pkgs/development/python-modules/aspell-python/default.nix
··· 54 54 description = "Python wrapper for aspell (C extension and Python version)"; 55 55 homepage = "https://github.com/WojciechMula/aspell-python"; 56 56 license = licenses.bsd3; 57 - maintainers = with maintainers; [ SuperSandro2000 ]; 57 + maintainers = with maintainers; [ ]; 58 58 }; 59 59 }
+1 -1
pkgs/development/python-modules/astroid/default.nix
··· 58 58 description = "An abstract syntax tree for Python with inference support"; 59 59 homepage = "https://github.com/PyCQA/astroid"; 60 60 license = licenses.lgpl21Plus; 61 - maintainers = with maintainers; [ SuperSandro2000 ]; 61 + maintainers = with maintainers; [ ]; 62 62 }; 63 63 }
+1 -1
pkgs/development/python-modules/autobahn/default.nix
··· 108 108 description = "WebSocket and WAMP in Python for Twisted and asyncio"; 109 109 homepage = "https://crossbar.io/autobahn"; 110 110 license = licenses.mit; 111 - maintainers = with maintainers; [ SuperSandro2000 ]; 111 + maintainers = with maintainers; [ ]; 112 112 }; 113 113 }
+1 -1
pkgs/development/python-modules/autocommand/default.nix
··· 26 26 description = " Autocommand turns a python function into a CLI program "; 27 27 homepage = "https://github.com/Lucretiel/autocommand"; 28 28 license = licenses.lgpl3; 29 - maintainers = with maintainers; [ SuperSandro2000 ]; 29 + maintainers = with maintainers; [ ]; 30 30 }; 31 31 }
+1 -1
pkgs/development/python-modules/automat/default.nix
··· 43 43 homepage = "https://github.com/glyph/Automat"; 44 44 description = "Self-service finite-state machines for the programmer on the go"; 45 45 license = licenses.mit; 46 - maintainers = with maintainers; [ SuperSandro2000 ]; 46 + maintainers = with maintainers; [ ]; 47 47 }; 48 48 }; in automat
+1 -1
pkgs/development/python-modules/babel/default.nix
··· 52 52 changelog = "https://github.com/python-babel/babel/releases/tag/v${version}"; 53 53 description = "Collection of internationalizing tools"; 54 54 license = licenses.bsd3; 55 - maintainers = with maintainers; [ SuperSandro2000 ]; 55 + maintainers = with maintainers; [ ]; 56 56 }; 57 57 }
+1 -1
pkgs/development/python-modules/backports-datetime-fromisoformat/default.nix
··· 31 31 description = "Backport of Python 3.11's datetime.fromisoformat"; 32 32 homepage = "https://github.com/movermeyer/backports.datetime_fromisoformat"; 33 33 license = licenses.mit; 34 - maintainers = with maintainers; [ SuperSandro2000 ]; 34 + maintainers = with maintainers; [ ]; 35 35 }; 36 36 }
+1 -1
pkgs/development/python-modules/backports-entry-points-selectable/default.nix
··· 39 39 description = "Compatibility shim providing selectable entry points for older implementations"; 40 40 homepage = "https://github.com/jaraco/backports.entry_points_selectable"; 41 41 license = licenses.mit; 42 - maintainers = with maintainers; [ SuperSandro2000 ]; 42 + maintainers = with maintainers; [ ]; 43 43 }; 44 44 }
+1 -1
pkgs/development/python-modules/backports_unittest-mock/default.nix
··· 21 21 description = "Provides a function install() which makes the mock module"; 22 22 homepage = "https://github.com/jaraco/backports.unittest_mock"; 23 23 license = licenses.mit; 24 - maintainers = with maintainers; [ SuperSandro2000 ]; 24 + maintainers = with maintainers; [ ]; 25 25 }; 26 26 }
+1 -1
pkgs/development/python-modules/bitbox02/default.nix
··· 45 45 homepage = "https://github.com/digitalbitbox/bitbox02-firmware/"; 46 46 changelog = "https://github.com/digitalbitbox/bitbox02-firmware/blob/py-bitbox02-${version}/CHANGELOG.md"; 47 47 license = licenses.asl20; 48 - maintainers = with maintainers; [ SuperSandro2000 ]; 48 + maintainers = with maintainers; [ ]; 49 49 }; 50 50 }
+1 -1
pkgs/development/python-modules/blinker/default.nix
··· 21 21 homepage = "https://pythonhosted.org/blinker/"; 22 22 description = "Fast, simple object-to-object and broadcast signaling"; 23 23 license = licenses.mit; 24 - maintainers = with maintainers; [ SuperSandro2000 ]; 24 + maintainers = with maintainers; [ ]; 25 25 }; 26 26 }
+1 -1
pkgs/development/python-modules/blockdiag/default.nix
··· 61 61 homepage = "http://blockdiag.com/"; 62 62 license = licenses.asl20; 63 63 platforms = platforms.unix; 64 - maintainers = with maintainers; [ bjornfor SuperSandro2000 ]; 64 + maintainers = with maintainers; [ bjornfor ]; 65 65 }; 66 66 }
+1 -1
pkgs/development/python-modules/bracex/default.nix
··· 29 29 description = "Bash style brace expansion for Python"; 30 30 homepage = "https://github.com/facelessuser/bracex"; 31 31 license = licenses.mit; 32 - maintainers = with maintainers; [ SuperSandro2000 ]; 32 + maintainers = with maintainers; [ ]; 33 33 }; 34 34 }
+1 -1
pkgs/development/python-modules/brotli/default.nix
··· 32 32 homepage = "https://github.com/google/brotli"; 33 33 description = "Generic-purpose lossless compression algorithm"; 34 34 license = licenses.mit; 35 - maintainers = with maintainers; [ SuperSandro2000 ]; 35 + maintainers = with maintainers; [ ]; 36 36 }; 37 37 }
+1 -1
pkgs/development/python-modules/cairocffi/default.nix
··· 75 75 meta = with lib; { 76 76 homepage = "https://github.com/SimonSapin/cairocffi"; 77 77 license = licenses.bsd3; 78 - maintainers = with maintainers; [ SuperSandro2000 ]; 78 + maintainers = with maintainers; [ ]; 79 79 description = "cffi-based cairo bindings for Python"; 80 80 }; 81 81 }
+1 -1
pkgs/development/python-modules/cairosvg/default.nix
··· 46 46 homepage = "https://cairosvg.org"; 47 47 license = licenses.lgpl3Plus; 48 48 description = "SVG converter based on Cairo"; 49 - maintainers = with maintainers; [ SuperSandro2000 ]; 49 + maintainers = with maintainers; [ ]; 50 50 }; 51 51 }
+1 -1
pkgs/development/python-modules/certifi/default.nix
··· 47 47 homepage = "https://github.com/certifi/python-certifi"; 48 48 description = "Python package for providing Mozilla's CA Bundle"; 49 49 license = licenses.isc; 50 - maintainers = with maintainers; [ koral SuperSandro2000 ]; 50 + maintainers = with maintainers; [ koral ]; 51 51 }; 52 52 }
+1 -1
pkgs/development/python-modules/cliche/default.nix
··· 32 32 description = "Build a simple command-line interface from your functions :computer:"; 33 33 homepage = "https://github.com/kootenpv/cliche"; 34 34 license = licenses.mit; 35 - maintainers = with maintainers; [ SuperSandro2000 ]; 35 + maintainers = with maintainers; [ ]; 36 36 }; 37 37 }
+1 -1
pkgs/development/python-modules/click/default.nix
··· 43 43 composable way, with as little code as necessary. 44 44 ''; 45 45 license = licenses.bsd3; 46 - maintainers = with maintainers; [ SuperSandro2000 ]; 46 + maintainers = with maintainers; [ ]; 47 47 }; 48 48 }
+1 -1
pkgs/development/python-modules/clintermission/default.nix
··· 35 35 homepage = "https://github.com/sebageek/clintermission"; 36 36 changelog = "https://github.com/sebageek/clintermission/releases/tag/v${version}"; 37 37 license = licenses.asl20; 38 - maintainers = with maintainers; [ SuperSandro2000 ]; 38 + maintainers = with maintainers; [ ]; 39 39 }; 40 40 }
+1 -1
pkgs/development/python-modules/coincurve/default.nix
··· 67 67 description = "Cross-platform bindings for libsecp256k1"; 68 68 homepage = "https://github.com/ofek/coincurve"; 69 69 license = with licenses; [ asl20 mit ]; 70 - maintainers = with maintainers; [ SuperSandro2000 ]; 70 + maintainers = with maintainers; [ ]; 71 71 }; 72 72 }
+1 -1
pkgs/development/python-modules/commentjson/default.nix
··· 29 29 description = "Add JavaScript or Python style comments in JSON"; 30 30 homepage = "https://github.com/vaidik/commentjson/"; 31 31 license = licenses.mit; 32 - maintainers = with maintainers; [ SuperSandro2000 ]; 32 + maintainers = with maintainers; [ ]; 33 33 }; 34 34 }
+1 -1
pkgs/development/python-modules/dateutils/default.nix
··· 20 20 description = "Utilities for working with datetime objects."; 21 21 homepage = "https://github.com/jmcantrell/python-dateutils"; 22 22 license = licenses.bsd0; 23 - maintainers = with maintainers; [ SuperSandro2000 ]; 23 + maintainers = with maintainers; [ ]; 24 24 }; 25 25 }
+1 -1
pkgs/development/python-modules/db-dtypes/default.nix
··· 43 43 homepage = "https://github.com/googleapis/python-db-dtypes-pandas"; 44 44 changelog = "https://github.com/googleapis/python-db-dtypes-pandas/blob/v${version}/CHANGELOG.md"; 45 45 license = licenses.asl20; 46 - maintainers = with maintainers; [ SuperSandro2000 ]; 46 + maintainers = with maintainers; [ ]; 47 47 }; 48 48 }
+1 -1
pkgs/development/python-modules/dbutils/default.nix
··· 30 30 description = "Database connections for multi-threaded environments"; 31 31 homepage = "https://webwareforpython.github.io/DBUtils/"; 32 32 license = licenses.mit; 33 - maintainers = with maintainers; [ SuperSandro2000 ]; 33 + maintainers = with maintainers; [ ]; 34 34 }; 35 35 }
+1 -1
pkgs/development/python-modules/debian/default.nix
··· 33 33 homepage = "https://salsa.debian.org/python-debian-team/python-debian"; 34 34 changelog = "https://salsa.debian.org/python-debian-team/python-debian/-/blob/master/debian/changelog"; 35 35 license = licenses.gpl2Plus; 36 - maintainers = with maintainers; [ SuperSandro2000 ]; 36 + maintainers = with maintainers; [ ]; 37 37 }; 38 38 }
+1 -1
pkgs/development/python-modules/dj-rest-auth/default.nix
··· 63 63 description = "Authentication for Django Rest Framework"; 64 64 homepage = "https://github.com/iMerica/dj-rest-auth"; 65 65 license = licenses.mit; 66 - maintainers = with maintainers; [ SuperSandro2000 ]; 66 + maintainers = with maintainers; [ ]; 67 67 }; 68 68 }
+1 -1
pkgs/development/python-modules/django-guardian/default.nix
··· 32 32 description = "Per object permissions for Django"; 33 33 homepage = "https://github.com/django-guardian/django-guardian"; 34 34 license = with licenses; [ mit bsd2 ]; 35 - maintainers = with maintainers; [ SuperSandro2000 ]; 35 + maintainers = with maintainers; [ ]; 36 36 }; 37 37 }
+1 -1
pkgs/development/python-modules/django-model-utils/default.nix
··· 51 51 description = "Django model mixins and utilities"; 52 52 changelog = "https://github.com/jazzband/django-model-utils/blob/${version}/CHANGES.rst"; 53 53 license = licenses.bsd3; 54 - maintainers = with maintainers; [ SuperSandro2000 ]; 54 + maintainers = with maintainers; [ ]; 55 55 }; 56 56 }
+1 -1
pkgs/development/python-modules/django-otp/default.nix
··· 42 42 homepage = "https://github.com/jazzband/django-model-utils"; 43 43 description = "Pluggable framework for adding two-factor authentication to Django using one-time passwords"; 44 44 license = licenses.bsd2; 45 - maintainers = with maintainers; [ SuperSandro2000 ]; 45 + maintainers = with maintainers; [ ]; 46 46 }; 47 47 }
+1 -1
pkgs/development/python-modules/django-polymorphic/default.nix
··· 25 25 homepage = "https://github.com/django-polymorphic/django-polymorphic"; 26 26 description = "Improved Django model inheritance with automatic downcasting"; 27 27 license = licenses.bsd3; 28 - maintainers = with maintainers; [ SuperSandro2000 ]; 28 + maintainers = with maintainers; [ ]; 29 29 }; 30 30 }
+1 -1
pkgs/development/python-modules/django-rest-auth/default.nix
··· 46 46 description = "Django app that makes registration and authentication easy"; 47 47 homepage = "https://github.com/Tivix/django-rest-auth"; 48 48 license = licenses.mit; 49 - maintainers = with maintainers; [ SuperSandro2000 ]; 49 + maintainers = with maintainers; [ ]; 50 50 }; 51 51 }
+1 -1
pkgs/development/python-modules/django-rest-polymorphic/default.nix
··· 41 41 description = "Polymorphic serializers for Django REST Framework"; 42 42 homepage = "https://github.com/apirobot/django-rest-polymorphic"; 43 43 license = licenses.mit; 44 - maintainers = with maintainers; [ SuperSandro2000 ]; 44 + maintainers = with maintainers; [ ]; 45 45 }; 46 46 }
+1 -1
pkgs/development/python-modules/djangorestframework-camel-case/default.nix
··· 32 32 description = "Camel case JSON support for Django REST framework"; 33 33 homepage = "https://github.com/vbabiy/djangorestframework-camel-case"; 34 34 license = licenses.bsd3; 35 - maintainers = with maintainers; [ SuperSandro2000 ]; 35 + maintainers = with maintainers; [ ]; 36 36 }; 37 37 }
+1 -1
pkgs/development/python-modules/djangorestframework-dataclasses/default.nix
··· 39 39 description = " Dataclasses serializer for Django REST framework"; 40 40 homepage = "https://github.com/oxan/djangorestframework-dataclasses"; 41 41 license = licenses.bsd3; 42 - maintainers = with maintainers; [ SuperSandro2000 ]; 42 + maintainers = with maintainers; [ ]; 43 43 }; 44 44 }
+1 -1
pkgs/development/python-modules/djangorestframework-guardian/default.nix
··· 36 36 description = "Django-guardian support for Django REST Framework"; 37 37 homepage = "https://github.com/rpkilby/django-rest-framework-guardian"; 38 38 license = licenses.bsd3; 39 - maintainers = with maintainers; [ SuperSandro2000 ]; 39 + maintainers = with maintainers; [ ]; 40 40 }; 41 41 }
+1 -1
pkgs/development/python-modules/djangorestframework-recursive/default.nix
··· 32 32 description = " Recursive Serialization for Django REST framework "; 33 33 homepage = "https://github.com/heywbj/django-rest-framework-recursive"; 34 34 license = licenses.isc; 35 - maintainers = with maintainers; [ SuperSandro2000 ]; 35 + maintainers = with maintainers; [ ]; 36 36 }; 37 37 }
+1 -1
pkgs/development/python-modules/djangorestframework/default.nix
··· 45 45 meta = with lib; { 46 46 description = "Web APIs for Django, made easy"; 47 47 homepage = "https://www.django-rest-framework.org/"; 48 - maintainers = with maintainers; [ desiderius SuperSandro2000 ]; 48 + maintainers = with maintainers; [ desiderius ]; 49 49 license = licenses.bsd2; 50 50 }; 51 51 }
+1 -1
pkgs/development/python-modules/drf-spectacular-sidecar/default.nix
··· 29 29 description = "Serve self-contained distribution builds of Swagger UI and Redoc with Django"; 30 30 homepage = "https://github.com/tfranzel/drf-spectacular-sidecar"; 31 31 license = licenses.bsd3; 32 - maintainers = with maintainers; [ SuperSandro2000 ]; 32 + maintainers = with maintainers; [ ]; 33 33 }; 34 34 }
+1 -1
pkgs/development/python-modules/drf-spectacular/default.nix
··· 78 78 homepage = "https://github.com/tfranzel/drf-spectacular"; 79 79 changelog = "https://github.com/tfranzel/drf-spectacular/releases/tag/${version}"; 80 80 license = licenses.bsd3; 81 - maintainers = with maintainers; [ SuperSandro2000 ]; 81 + maintainers = with maintainers; [ ]; 82 82 }; 83 83 }
+1 -1
pkgs/development/python-modules/duo-client/default.nix
··· 47 47 homepage = "https://github.com/duosecurity/duo_client_python"; 48 48 changelog = "https://github.com/duosecurity/duo_client_python/releases/tag/${version}"; 49 49 license = licenses.bsd3; 50 - maintainers = with maintainers; [ SuperSandro2000 ]; 50 + maintainers = with maintainers; [ ]; 51 51 }; 52 52 }
+1 -1
pkgs/development/python-modules/editorconfig/default.nix
··· 48 48 description = "EditorConfig File Locator and Interpreter for Python"; 49 49 homepage = "https://github.com/editorconfig/editorconfig-core-py"; 50 50 license = licenses.psfl; 51 - maintainers = with maintainers; [ SuperSandro2000 ]; 51 + maintainers = with maintainers; [ ]; 52 52 }; 53 53 }
+1 -1
pkgs/development/python-modules/enrich/default.nix
··· 26 26 description = "Enrich adds few missing features to the wonderful rich library"; 27 27 homepage = "https://github.com/pycontribs/enrich"; 28 28 license = licenses.mit; 29 - maintainers = with maintainers; [ SuperSandro2000 ]; 29 + maintainers = with maintainers; [ ]; 30 30 }; 31 31 }
+1 -1
pkgs/development/python-modules/eth-abi/default.nix
··· 56 56 description = "Ethereum ABI utilities"; 57 57 homepage = "https://github.com/ethereum/eth-abi"; 58 58 license = licenses.mit; 59 - maintainers = with maintainers; [ SuperSandro2000 ]; 59 + maintainers = with maintainers; [ ]; 60 60 }; 61 61 }
+1 -1
pkgs/development/python-modules/eth-account/default.nix
··· 46 46 description = "Account abstraction library for web3.py"; 47 47 homepage = "https://github.com/ethereum/eth-account"; 48 48 license = licenses.mit; 49 - maintainers = with maintainers; [ SuperSandro2000 ]; 49 + maintainers = with maintainers; [ ]; 50 50 }; 51 51 }
+1 -1
pkgs/development/python-modules/eth-hash/default.nix
··· 43 43 description = "The Ethereum hashing function keccak256"; 44 44 homepage = "https://github.com/ethereum/eth-hash"; 45 45 license = licenses.mit; 46 - maintainers = with maintainers; [ SuperSandro2000 ]; 46 + maintainers = with maintainers; [ ]; 47 47 }; 48 48 }
+1 -1
pkgs/development/python-modules/eth-keyfile/default.nix
··· 42 42 description = "Tools for handling the encrypted keyfile format used to store private keys"; 43 43 homepage = "https://github.com/ethereum/eth-keyfile"; 44 44 license = licenses.mit; 45 - maintainers = with maintainers; [ SuperSandro2000 ]; 45 + maintainers = with maintainers; [ ]; 46 46 }; 47 47 }
+1 -1
pkgs/development/python-modules/eth-keys/default.nix
··· 64 64 description = "Common API for Ethereum key operations"; 65 65 homepage = "https://github.com/ethereum/eth-keys"; 66 66 license = licenses.mit; 67 - maintainers = with maintainers; [ SuperSandro2000 ]; 67 + maintainers = with maintainers; [ ]; 68 68 }; 69 69 }
+1 -1
pkgs/development/python-modules/eth-rlp/default.nix
··· 37 37 description = "RLP definitions for common Ethereum objects"; 38 38 homepage = "https://github.com/ethereum/eth-rlp"; 39 39 license = licenses.mit; 40 - maintainers = with maintainers; [ SuperSandro2000 ]; 40 + maintainers = with maintainers; [ ]; 41 41 }; 42 42 }
+1 -1
pkgs/development/python-modules/eth-typing/default.nix
··· 32 32 homepage = "https://github.com/ethereum/eth-typing"; 33 33 changelog = "https://github.com/ethereum/eth-typing/blob/v${version}/docs/release_notes.rst"; 34 34 license = licenses.mit; 35 - maintainers = with maintainers; [ SuperSandro2000 ]; 35 + maintainers = with maintainers; [ ]; 36 36 }; 37 37 }
+1 -1
pkgs/development/python-modules/eth-utils/default.nix
··· 46 46 description = "Common utility functions for codebases which interact with ethereum"; 47 47 homepage = "https://github.com/ethereum/eth-utils"; 48 48 license = lib.licenses.mit; 49 - maintainers = with lib.maintainers; [ SuperSandro2000 ]; 49 + maintainers = with lib.maintainers; [ ]; 50 50 }; 51 51 }
+1 -1
pkgs/development/python-modules/exdown/default.nix
··· 36 36 description = "Extract code blocks from markdown"; 37 37 homepage = "https://github.com/nschloe/exdown"; 38 38 license = licenses.mit; 39 - maintainers = with maintainers; [ SuperSandro2000 ]; 39 + maintainers = with maintainers; [ ]; 40 40 }; 41 41 }
+1 -1
pkgs/development/python-modules/fastdiff/default.nix
··· 48 48 description = "A fast native implementation of diff algorithm with a pure Python fallback"; 49 49 homepage = "https://github.com/syrusakbary/fastdiff"; 50 50 license = licenses.mit; 51 - maintainers = with maintainers; [ SuperSandro2000 ]; 51 + maintainers = with maintainers; [ ]; 52 52 # resulting compiled object panics at import 53 53 broken = stdenv.is32bit; 54 54 };
+1 -1
pkgs/development/python-modules/flask/default.nix
··· 57 57 Python web application frameworks. 58 58 ''; 59 59 license = licenses.bsd3; 60 - maintainers = with maintainers; [ SuperSandro2000 ]; 60 + maintainers = with maintainers; [ ]; 61 61 }; 62 62 }
+1 -1
pkgs/development/python-modules/flit-core/default.nix
··· 37 37 description = "Distribution-building parts of Flit. See flit package for more information"; 38 38 homepage = "https://github.com/pypa/flit"; 39 39 license = licenses.bsd3; 40 - maintainers = with maintainers; [ fridh SuperSandro2000 ]; 40 + maintainers = with maintainers; [ fridh ]; 41 41 }; 42 42 }
+1 -1
pkgs/development/python-modules/flit/default.nix
··· 54 54 description = "A simple packaging tool for simple packages"; 55 55 homepage = "https://github.com/pypa/flit"; 56 56 license = licenses.bsd3; 57 - maintainers = with maintainers; [ fridh SuperSandro2000 ]; 57 + maintainers = with maintainers; [ fridh ]; 58 58 }; 59 59 }
+1 -1
pkgs/development/python-modules/func-timeout/default.nix
··· 24 24 description = "Allows you to specify timeouts when calling any existing function. Also provides support for stoppable-threads"; 25 25 homepage = "https://github.com/kata198/func_timeout"; 26 26 license = licenses.lgpl3Only; 27 - maintainers = with maintainers; [ SuperSandro2000 ]; 27 + maintainers = with maintainers; [ ]; 28 28 }; 29 29 }
+1 -1
pkgs/development/python-modules/google-api-core/default.nix
··· 87 87 homepage = "https://github.com/googleapis/python-api-core"; 88 88 changelog = "https://github.com/googleapis/python-api-core/blob/v${version}/CHANGELOG.md"; 89 89 license = licenses.asl20; 90 - maintainers = with maintainers; [ SuperSandro2000 ]; 90 + maintainers = with maintainers; [ ]; 91 91 }; 92 92 }
+1 -1
pkgs/development/python-modules/google-auth-httplib2/default.nix
··· 39 39 homepage = "https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2"; 40 40 changelog = "https://github.com/googleapis/google-auth-library-python-httplib2/blob/v${version}/CHANGELOG.md"; 41 41 license = licenses.asl20; 42 - maintainers = with maintainers; [ SuperSandro2000 ]; 42 + maintainers = with maintainers; [ ]; 43 43 }; 44 44 }
+1 -1
pkgs/development/python-modules/google-auth-oauthlib/default.nix
··· 44 44 description = "Google Authentication Library: oauthlib integration"; 45 45 homepage = "https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib"; 46 46 license = licenses.asl20; 47 - maintainers = with maintainers; [ SuperSandro2000 terlar ]; 47 + maintainers = with maintainers; [ terlar ]; 48 48 }; 49 49 }
+1 -1
pkgs/development/python-modules/google-auth/default.nix
··· 105 105 homepage = "https://github.com/googleapis/google-auth-library-python"; 106 106 changelog = "https://github.com/googleapis/google-auth-library-python/blob/v${version}/CHANGELOG.md"; 107 107 license = licenses.asl20; 108 - maintainers = with maintainers; [ SuperSandro2000 ]; 108 + maintainers = with maintainers; [ ]; 109 109 }; 110 110 }
+1 -1
pkgs/development/python-modules/google-cloud-access-context-manager/default.nix
··· 35 35 homepage = "https://github.com/googleapis/python-access-context-manager"; 36 36 changelog = "https://github.com/googleapis/python-access-context-manager/blob/v${version}/CHANGELOG.md"; 37 37 license = licenses.asl20; 38 - maintainers = with maintainers; [ austinbutler SuperSandro2000 ]; 38 + maintainers = with maintainers; [ austinbutler ]; 39 39 }; 40 40 }
+1 -1
pkgs/development/python-modules/google-cloud-asset/default.nix
··· 66 66 homepage = "https://github.com/googleapis/python-asset"; 67 67 changelog = "https://github.com/googleapis/python-asset/blob/v${version}/CHANGELOG.md"; 68 68 license = licenses.asl20; 69 - maintainers = with maintainers; [ SuperSandro2000 ]; 69 + maintainers = with maintainers; [ ]; 70 70 }; 71 71 }
+1 -1
pkgs/development/python-modules/google-cloud-audit-log/default.nix
··· 32 32 homepage = "https://github.com/googleapis/python-audit-log"; 33 33 changelog = "https://github.com/googleapis/python-audit-log/blob/v${version}/CHANGELOG.md"; 34 34 license = licenses.asl20; 35 - maintainers = with maintainers; [ SuperSandro2000 ]; 35 + maintainers = with maintainers; [ ]; 36 36 }; 37 37 }
+1 -1
pkgs/development/python-modules/google-cloud-automl/default.nix
··· 79 79 homepage = "https://github.com/googleapis/python-automl"; 80 80 changelog = "https://github.com/googleapis/python-automl/blob/v${version}/CHANGELOG.md"; 81 81 license = licenses.asl20; 82 - maintainers = with maintainers; [ SuperSandro2000 ]; 82 + maintainers = with maintainers; [ ]; 83 83 }; 84 84 }
+1 -1
pkgs/development/python-modules/google-cloud-bigquery-datatransfer/default.nix
··· 48 48 homepage = "https://github.com/googleapis/python-bigquery-datatransfer"; 49 49 changelog = "https://github.com/googleapis/python-bigquery-datatransfer/blob/v${version}/CHANGELOG.md"; 50 50 license = licenses.asl20; 51 - maintainers = with maintainers; [ SuperSandro2000 ]; 51 + maintainers = with maintainers; [ ]; 52 52 }; 53 53 }
+1 -1
pkgs/development/python-modules/google-cloud-bigquery-storage/default.nix
··· 65 65 homepage = "https://github.com/googleapis/python-bigquery-storage"; 66 66 changelog = "https://github.com/googleapis/python-bigquery-storage/blob/v${version}/CHANGELOG.md"; 67 67 license = licenses.asl20; 68 - maintainers = with maintainers; [ SuperSandro2000 ]; 68 + maintainers = with maintainers; [ ]; 69 69 }; 70 70 }
+1 -1
pkgs/development/python-modules/google-cloud-bigquery/default.nix
··· 131 131 homepage = "https://github.com/googleapis/python-bigquery"; 132 132 changelog = "https://github.com/googleapis/python-bigquery/blob/v${version}/CHANGELOG.md"; 133 133 license = licenses.asl20; 134 - maintainers = with maintainers; [ SuperSandro2000 ]; 134 + maintainers = with maintainers; [ ]; 135 135 }; 136 136 }
+1 -1
pkgs/development/python-modules/google-cloud-container/default.nix
··· 52 52 homepage = "https://github.com/googleapis/python-container"; 53 53 changelog = "https://github.com/googleapis/python-container/blob/v${version}/CHANGELOG.md"; 54 54 license = licenses.asl20; 55 - maintainers = with maintainers; [ SuperSandro2000 ]; 55 + maintainers = with maintainers; [ ]; 56 56 }; 57 57 }
+1 -1
pkgs/development/python-modules/google-cloud-core/default.nix
··· 51 51 homepage = "https://github.com/googleapis/python-cloud-core"; 52 52 changelog = "https://github.com/googleapis/python-cloud-core/blob/v${version}/CHANGELOG.md"; 53 53 license = licenses.asl20; 54 - maintainers = with maintainers; [ SuperSandro2000 ]; 54 + maintainers = with maintainers; [ ]; 55 55 }; 56 56 }
+1 -1
pkgs/development/python-modules/google-cloud-datacatalog/default.nix
··· 47 47 homepage = "https://github.com/googleapis/python-datacatalog"; 48 48 changelog = "https://github.com/googleapis/python-datacatalog/blob/v${version}/CHANGELOG.md"; 49 49 license = licenses.asl20; 50 - maintainers = with maintainers; [ SuperSandro2000 ]; 50 + maintainers = with maintainers; [ ]; 51 51 }; 52 52 }
+1 -1
pkgs/development/python-modules/google-cloud-dataproc/default.nix
··· 53 53 homepage = "https://github.com/googleapis/python-dataproc"; 54 54 changelog = "https://github.com/googleapis/python-dataproc/blob/v${version}/CHANGELOG.md"; 55 55 license = licenses.asl20; 56 - maintainers = with maintainers; [ SuperSandro2000 ]; 56 + maintainers = with maintainers; [ ]; 57 57 }; 58 58 }
+1 -1
pkgs/development/python-modules/google-cloud-datastore/default.nix
··· 71 71 homepage = "https://github.com/googleapis/python-datastore"; 72 72 changelog = "https://github.com/googleapis/python-datastore/blob/v${version}/CHANGELOG.md"; 73 73 license = licenses.asl20; 74 - maintainers = with maintainers; [ SuperSandro2000 ]; 74 + maintainers = with maintainers; [ ]; 75 75 }; 76 76 }
+1 -1
pkgs/development/python-modules/google-cloud-dlp/default.nix
··· 51 51 homepage = "https://github.com/googleapis/python-dlp"; 52 52 changelog = "https://github.com/googleapis/python-dlp/blob/v${version}/CHANGELOG.md"; 53 53 license = licenses.asl20; 54 - maintainers = with maintainers; [ SuperSandro2000 ]; 54 + maintainers = with maintainers; [ ]; 55 55 }; 56 56 }
+1 -1
pkgs/development/python-modules/google-cloud-dns/default.nix
··· 49 49 homepage = "https://github.com/googleapis/python-dns"; 50 50 changelog = "https://github.com/googleapis/python-dns/blob/v${version}/CHANGELOG.md"; 51 51 license = licenses.asl20; 52 - maintainers = with maintainers; [ SuperSandro2000 ]; 52 + maintainers = with maintainers; [ ]; 53 53 }; 54 54 }
+1 -1
pkgs/development/python-modules/google-cloud-error-reporting/default.nix
··· 54 54 homepage = "https://github.com/googleapis/python-error-reporting"; 55 55 changelog = "https://github.com/googleapis/python-error-reporting/blob/v${version}/CHANGELOG.md"; 56 56 license = licenses.asl20; 57 - maintainers = with maintainers; [ SuperSandro2000 ]; 57 + maintainers = with maintainers; [ ]; 58 58 }; 59 59 }
+1 -1
pkgs/development/python-modules/google-cloud-firestore/default.nix
··· 68 68 homepage = "https://github.com/googleapis/python-firestore"; 69 69 changelog = "https://github.com/googleapis/python-firestore/blob/v${version}/CHANGELOG.md"; 70 70 license = licenses.asl20; 71 - maintainers = with maintainers; [ SuperSandro2000 ]; 71 + maintainers = with maintainers; [ ]; 72 72 }; 73 73 }
+1 -1
pkgs/development/python-modules/google-cloud-iam/default.nix
··· 44 44 homepage = "https://github.com/googleapis/python-iam"; 45 45 changelog = "https://github.com/googleapis/python-iam/releases/tag/v${version}"; 46 46 license = licenses.asl20; 47 - maintainers = with maintainers; [ austinbutler SuperSandro2000 ]; 47 + maintainers = with maintainers; [ austinbutler ]; 48 48 }; 49 49 }
+1 -1
pkgs/development/python-modules/google-cloud-iot/default.nix
··· 53 53 homepage = "https://github.com/googleapis/python-iot"; 54 54 changelog = "https://github.com/googleapis/python-iot/blob/v${version}/CHANGELOG.md"; 55 55 license = licenses.asl20; 56 - maintainers = with maintainers; [ SuperSandro2000 ]; 56 + maintainers = with maintainers; [ ]; 57 57 }; 58 58 }
+1 -1
pkgs/development/python-modules/google-cloud-kms/default.nix
··· 51 51 homepage = "https://github.com/googleapis/python-kms"; 52 52 changelog = "https://github.com/googleapis/python-kms/blob/v${version}/CHANGELOG.md"; 53 53 license = licenses.asl20; 54 - maintainers = with maintainers; [ SuperSandro2000 ]; 54 + maintainers = with maintainers; [ ]; 55 55 }; 56 56 }
+1 -1
pkgs/development/python-modules/google-cloud-language/default.nix
··· 43 43 homepage = "https://github.com/googleapis/python-language"; 44 44 changelog = "https://github.com/googleapis/python-language/blob/v${version}/CHANGELOG.md"; 45 45 license = licenses.asl20; 46 - maintainers = with maintainers; [ SuperSandro2000 ]; 46 + maintainers = with maintainers; [ ]; 47 47 }; 48 48 }
+1 -1
pkgs/development/python-modules/google-cloud-logging/default.nix
··· 80 80 homepage = "https://github.com/googleapis/python-logging"; 81 81 changelog = "https://github.com/googleapis/python-logging/blob/v${version}/CHANGELOG.md"; 82 82 license = licenses.asl20; 83 - maintainers = with maintainers; [ SuperSandro2000 ]; 83 + maintainers = with maintainers; [ ]; 84 84 }; 85 85 }
+1 -1
pkgs/development/python-modules/google-cloud-monitoring/default.nix
··· 58 58 homepage = "https://github.com/googleapis/python-monitoring"; 59 59 changelog = "https://github.com/googleapis/python-monitoring/blob/v${version}/CHANGELOG.md"; 60 60 license = licenses.asl20; 61 - maintainers = with maintainers; [ SuperSandro2000 ]; 61 + maintainers = with maintainers; [ ]; 62 62 }; 63 63 }
+1 -1
pkgs/development/python-modules/google-cloud-org-policy/default.nix
··· 46 46 homepage = "https://github.com/googleapis/python-org-policy"; 47 47 changelog = "https://github.com/googleapis/python-org-policy/blob/v${version}/CHANGELOG.md"; 48 48 license = licenses.asl20; 49 - maintainers = with maintainers; [ austinbutler SuperSandro2000 ]; 49 + maintainers = with maintainers; [ austinbutler ]; 50 50 }; 51 51 }
+1 -1
pkgs/development/python-modules/google-cloud-os-config/default.nix
··· 46 46 homepage = "https://github.com/googleapis/python-os-config"; 47 47 changelog = "https://github.com/googleapis/python-os-config/blob/v${version}/CHANGELOG.md"; 48 48 license = licenses.asl20; 49 - maintainers = with maintainers; [ SuperSandro2000 ]; 49 + maintainers = with maintainers; [ ]; 50 50 }; 51 51 }
+1 -1
pkgs/development/python-modules/google-cloud-pubsub/default.nix
··· 67 67 homepage = "https://github.com/googleapis/python-pubsub"; 68 68 changelog = "https://github.com/googleapis/python-pubsub/blob/v${version}/CHANGELOG.md"; 69 69 license = licenses.asl20; 70 - maintainers = with maintainers; [ SuperSandro2000 ]; 70 + maintainers = with maintainers; [ ]; 71 71 }; 72 72 }
+1 -1
pkgs/development/python-modules/google-cloud-redis/default.nix
··· 43 43 homepage = "https://github.com/googleapis/python-redis"; 44 44 changelog = "https://github.com/googleapis/python-redis/blob/v${version}/CHANGELOG.md"; 45 45 license = licenses.asl20; 46 - maintainers = with maintainers; [ SuperSandro2000 ]; 46 + maintainers = with maintainers; [ ]; 47 47 }; 48 48 }
+1 -1
pkgs/development/python-modules/google-cloud-resource-manager/default.nix
··· 51 51 homepage = "https://github.com/googleapis/python-resource-manager"; 52 52 changelog = "https://github.com/googleapis/python-resource-manager/blob/v${version}/CHANGELOG.md"; 53 53 license = licenses.asl20; 54 - maintainers = with maintainers; [ SuperSandro2000 ]; 54 + maintainers = with maintainers; [ ]; 55 55 }; 56 56 }
+1 -1
pkgs/development/python-modules/google-cloud-runtimeconfig/default.nix
··· 49 49 homepage = "https://github.com/googleapis/python-runtimeconfig"; 50 50 changelog = "https://github.com/googleapis/python-runtimeconfig/blob/v${version}/CHANGELOG.md"; 51 51 license = licenses.asl20; 52 - maintainers = with maintainers; [ SuperSandro2000 ]; 52 + maintainers = with maintainers; [ ]; 53 53 }; 54 54 }
+1 -1
pkgs/development/python-modules/google-cloud-secret-manager/default.nix
··· 45 45 homepage = "https://github.com/googleapis/python-secret-manager"; 46 46 changelog = "https://github.com/googleapis/python-secret-manager/blob/v${version}/CHANGELOG.md"; 47 47 license = licenses.asl20; 48 - maintainers = with maintainers; [ siriobalmelli SuperSandro2000 ]; 48 + maintainers = with maintainers; [ siriobalmelli ]; 49 49 }; 50 50 }
+1 -1
pkgs/development/python-modules/google-cloud-securitycenter/default.nix
··· 46 46 homepage = "https://github.com/googleapis/python-securitycenter"; 47 47 changelog = "https://github.com/googleapis/python-securitycenter/blob/v${version}/CHANGELOG.md"; 48 48 license = licenses.asl20; 49 - maintainers = with maintainers; [ SuperSandro2000 ]; 49 + maintainers = with maintainers; [ ]; 50 50 }; 51 51 }
+1 -1
pkgs/development/python-modules/google-cloud-spanner/default.nix
··· 80 80 homepage = "https://github.com/googleapis/python-spanner"; 81 81 changelog = "https://github.com/googleapis/python-spanner/blob/v${version}/CHANGELOG.md"; 82 82 license = licenses.asl20; 83 - maintainers = with maintainers; [ SuperSandro2000 ]; 83 + maintainers = with maintainers; [ ]; 84 84 }; 85 85 }
+1 -1
pkgs/development/python-modules/google-cloud-speech/default.nix
··· 53 53 homepage = "https://github.com/googleapis/python-speech"; 54 54 changelog = "https://github.com/googleapis/python-speech/blob/v${version}/CHANGELOG.md"; 55 55 license = licenses.asl20; 56 - maintainers = with maintainers; [ SuperSandro2000 ]; 56 + maintainers = with maintainers; [ ]; 57 57 }; 58 58 }
+1 -1
pkgs/development/python-modules/google-cloud-storage/default.nix
··· 89 89 homepage = "https://github.com/googleapis/python-storage"; 90 90 changelog = "https://github.com/googleapis/python-storage/blob/v${version}/CHANGELOG.md"; 91 91 license = licenses.asl20; 92 - maintainers = with maintainers; [ SuperSandro2000 ]; 92 + maintainers = with maintainers; [ ]; 93 93 }; 94 94 }
+1 -1
pkgs/development/python-modules/google-cloud-tasks/default.nix
··· 53 53 homepage = "https://github.com/googleapis/python-tasks"; 54 54 changelog = "https://github.com/googleapis/python-tasks/blob/v${version}/CHANGELOG.md"; 55 55 license = licenses.asl20; 56 - maintainers = with maintainers; [ SuperSandro2000 ]; 56 + maintainers = with maintainers; [ ]; 57 57 }; 58 58 }
+1 -1
pkgs/development/python-modules/google-cloud-testutils/default.nix
··· 37 37 homepage = "https://github.com/googleapis/python-test-utils"; 38 38 changelog ="https://github.com/googleapis/python-test-utils/blob/v${version}/CHANGELOG.md"; 39 39 license = licenses.asl20; 40 - maintainers = with maintainers; [ SuperSandro2000 ]; 40 + maintainers = with maintainers; [ ]; 41 41 }; 42 42 }
+1 -1
pkgs/development/python-modules/google-cloud-texttospeech/default.nix
··· 51 51 homepage = "https://github.com/googleapis/python-texttospeech"; 52 52 changelog = "https://github.com/googleapis/python-texttospeech/blob/v${version}/CHANGELOG.md"; 53 53 license = licenses.asl20; 54 - maintainers = with maintainers; [ SuperSandro2000 ]; 54 + maintainers = with maintainers; [ ]; 55 55 }; 56 56 }
+1 -1
pkgs/development/python-modules/google-cloud-trace/default.nix
··· 53 53 homepage = "https://github.com/googleapis/python-trace"; 54 54 changelog = "https://github.com/googleapis/python-trace/blob/v${version}/CHANGELOG.md"; 55 55 license = licenses.asl20; 56 - maintainers = with maintainers; [ SuperSandro2000 ]; 56 + maintainers = with maintainers; [ ]; 57 57 }; 58 58 }
+1 -1
pkgs/development/python-modules/google-cloud-translate/default.nix
··· 55 55 homepage = "https://github.com/googleapis/python-translate"; 56 56 changelog = "https://github.com/googleapis/python-translate/blob/v${version}/CHANGELOG.md"; 57 57 license = licenses.asl20; 58 - maintainers = with maintainers; [ SuperSandro2000 ]; 58 + maintainers = with maintainers; [ ]; 59 59 }; 60 60 }
+1 -1
pkgs/development/python-modules/google-cloud-videointelligence/default.nix
··· 55 55 homepage = "https://github.com/googleapis/python-videointelligence"; 56 56 changelog = "https://github.com/googleapis/python-videointelligence/blob/v${version}/CHANGELOG.md"; 57 57 license = licenses.asl20; 58 - maintainers = with maintainers; [ SuperSandro2000 ]; 58 + maintainers = with maintainers; [ ]; 59 59 }; 60 60 }
+1 -1
pkgs/development/python-modules/google-cloud-vision/default.nix
··· 49 49 homepage = "https://github.com/googleapis/python-vision"; 50 50 changelog = "https://github.com/googleapis/python-vision/blob/v${version}/CHANGELOG.md"; 51 51 license = licenses.asl20; 52 - maintainers = with maintainers; [ SuperSandro2000 ]; 52 + maintainers = with maintainers; [ ]; 53 53 }; 54 54 }
+1 -1
pkgs/development/python-modules/google-cloud-websecurityscanner/default.nix
··· 44 44 homepage = "https://github.com/googleapis/python-websecurityscanner"; 45 45 changelog = "https://github.com/googleapis/python-websecurityscanner/blob/v${version}/CHANGELOG.md"; 46 46 license = licenses.asl20; 47 - maintainers = with maintainers; [ SuperSandro2000 ]; 47 + maintainers = with maintainers; [ ]; 48 48 }; 49 49 }
+1 -1
pkgs/development/python-modules/google-crc32c/default.nix
··· 26 26 homepage = "https://github.com/googleapis/python-crc32c"; 27 27 description = "Wrapper the google/crc32c hardware-based implementation of the CRC32C hashing algorithm"; 28 28 license = with licenses; [ asl20 ]; 29 - maintainers = with maintainers; [ freezeboy SuperSandro2000 ]; 29 + maintainers = with maintainers; [ freezeboy ]; 30 30 }; 31 31 }
+1 -1
pkgs/development/python-modules/google-i18n-address/default.nix
··· 42 42 homepage = "https://github.com/mirumee/google-i18n-address"; 43 43 changelog = "https://github.com/mirumee/google-i18n-address/releases/tag/${version}"; 44 44 license = licenses.bsd3; 45 - maintainers = with maintainers; [ SuperSandro2000 ]; 45 + maintainers = with maintainers; [ ]; 46 46 }; 47 47 }
+1 -1
pkgs/development/python-modules/google-resumable-media/default.nix
··· 64 64 homepage = "https://github.com/GoogleCloudPlatform/google-resumable-media-python"; 65 65 changelog = "https://github.com/googleapis/google-resumable-media-python/blob/v${version}/CHANGELOG.md"; 66 66 license = licenses.asl20; 67 - maintainers = with maintainers; [ SuperSandro2000 ]; 67 + maintainers = with maintainers; [ ]; 68 68 }; 69 69 }
+1 -1
pkgs/development/python-modules/googleapis-common-protos/default.nix
··· 31 31 description = "Common protobufs used in Google APIs"; 32 32 homepage = "https://github.com/googleapis/python-api-common-protos"; 33 33 license = licenses.asl20; 34 - maintainers = with maintainers; [ SuperSandro2000 ]; 34 + maintainers = with maintainers; [ ]; 35 35 }; 36 36 }
+1 -1
pkgs/development/python-modules/graphene/default.nix
··· 60 60 homepage = "https://github.com/graphql-python/graphene"; 61 61 changelog = "https://github.com/graphql-python/graphene/releases/tag/v${version}"; 62 62 license = licenses.mit; 63 - maintainers = with maintainers; [ SuperSandro2000 ]; 63 + maintainers = with maintainers; [ ]; 64 64 }; 65 65 }
+1 -1
pkgs/development/python-modules/graphql-relay/default.nix
··· 49 49 description = "A library to help construct a graphql-py server supporting react-relay"; 50 50 homepage = "https://github.com/graphql-python/graphql-relay-py/"; 51 51 license = licenses.mit; 52 - maintainers = with maintainers; [ SuperSandro2000 ]; 52 + maintainers = with maintainers; [ ]; 53 53 }; 54 54 }
+1 -1
pkgs/development/python-modules/grpc-google-iam-v1/default.nix
··· 28 28 description = "GRPC library for the google-iam-v1 service"; 29 29 homepage = "https://github.com/googleapis/googleapis"; 30 30 license = licenses.asl20; 31 - maintainers = with maintainers; [ SuperSandro2000 ]; 31 + maintainers = with maintainers; [ ]; 32 32 }; 33 33 }
+1 -1
pkgs/development/python-modules/grpcio/default.nix
··· 51 51 description = "HTTP/2-based RPC framework"; 52 52 license = licenses.asl20; 53 53 homepage = "https://grpc.io/grpc/python/"; 54 - maintainers = with maintainers; [ SuperSandro2000 ]; 54 + maintainers = with maintainers; [ ]; 55 55 }; 56 56 }
+1 -1
pkgs/development/python-modules/gunicorn/default.nix
··· 50 50 homepage = "https://github.com/benoitc/gunicorn"; 51 51 description = "gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and sleepy applications"; 52 52 license = licenses.mit; 53 - maintainers = with maintainers; [ SuperSandro2000 ]; 53 + maintainers = with maintainers; [ ]; 54 54 }; 55 55 }
+1 -1
pkgs/development/python-modules/h11/default.nix
··· 31 31 description = "Pure-Python, bring-your-own-I/O implementation of HTTP/1.1"; 32 32 homepage = "https://github.com/python-hyper/h11"; 33 33 license = licenses.mit; 34 - maintainers = with maintainers; [ SuperSandro2000 ]; 34 + maintainers = with maintainers; [ ]; 35 35 }; 36 36 }
+1 -1
pkgs/development/python-modules/h2/default.nix
··· 54 54 description = "HTTP/2 State-Machine based protocol implementation"; 55 55 homepage = "https://github.com/python-hyper/h2"; 56 56 license = licenses.mit; 57 - maintainers = with maintainers; [ SuperSandro2000 ]; 57 + maintainers = with maintainers; [ ]; 58 58 }; 59 59 }
+1 -1
pkgs/development/python-modules/hexbytes/default.nix
··· 36 36 homepage = "https://github.com/ethereum/hexbytes"; 37 37 changelog = "https://github.com/ethereum/hexbytes/blob/v${version}/docs/release_notes.rst"; 38 38 license = licenses.mit; 39 - maintainers = with maintainers; [ SuperSandro2000 ]; 39 + maintainers = with maintainers; [ ]; 40 40 }; 41 41 }
+1 -1
pkgs/development/python-modules/hpack/default.nix
··· 29 29 description = "Pure-Python HPACK header compression"; 30 30 homepage = "https://github.com/python-hyper/hpack"; 31 31 license = licenses.mit; 32 - maintainers = with maintainers; [ SuperSandro2000 ]; 32 + maintainers = with maintainers; [ ]; 33 33 }; 34 34 }
+1 -1
pkgs/development/python-modules/hstspreload/default.nix
··· 29 29 description = "Chromium HSTS Preload list as a Python package and updated daily"; 30 30 homepage = "https://github.com/sethmlarson/hstspreload"; 31 31 license = licenses.bsd3; 32 - maintainers = with maintainers; [ SuperSandro2000 ]; 32 + maintainers = with maintainers; [ ]; 33 33 }; 34 34 }
+1 -1
pkgs/development/python-modules/hyperframe/default.nix
··· 17 17 description = "HTTP/2 framing layer for Python"; 18 18 homepage = "https://github.com/python-hyper/hyperframe/"; 19 19 license = licenses.mit; 20 - maintainers = with maintainers; [ SuperSandro2000 ]; 20 + maintainers = with maintainers; [ ]; 21 21 }; 22 22 }
+1 -1
pkgs/development/python-modules/hypothesis/default.nix
··· 108 108 homepage = "https://github.com/HypothesisWorks/hypothesis"; 109 109 changelog = "https://hypothesis.readthedocs.io/en/latest/changes.html#v${lib.replaceStrings [ "." ] [ "-" ] version}"; 110 110 license = licenses.mpl20; 111 - maintainers = with maintainers; [ SuperSandro2000 ]; 111 + maintainers = with maintainers; [ ]; 112 112 }; 113 113 }
+1 -1
pkgs/development/python-modules/hypothesmith/default.nix
··· 57 57 description = "Hypothesis strategies for generating Python programs, something like CSmith"; 58 58 homepage = "https://github.com/Zac-HD/hypothesmith"; 59 59 license = licenses.mpl20; 60 - maintainers = with maintainers; [ SuperSandro2000 ]; 60 + maintainers = with maintainers; [ ]; 61 61 }; 62 62 }
+1 -1
pkgs/development/python-modules/impacket/default.nix
··· 47 47 homepage = "https://github.com/SecureAuthCorp/impacket"; 48 48 # Modified Apache Software License, Version 1.1 49 49 license = licenses.free; 50 - maintainers = with maintainers; [ SuperSandro2000 ]; 50 + maintainers = with maintainers; [ ]; 51 51 }; 52 52 }
+1 -1
pkgs/development/python-modules/incremental/default.nix
··· 39 39 homepage = "https://github.com/twisted/incremental"; 40 40 description = "Incremental is a small library that versions your Python projects"; 41 41 license = licenses.mit; 42 - maintainers = with maintainers; [ SuperSandro2000 ]; 42 + maintainers = with maintainers; [ ]; 43 43 }; 44 44 }; in incremental
+1 -1
pkgs/development/python-modules/inscriptis/default.nix
··· 39 39 homepage = "https://github.com/weblyzard/inscriptis"; 40 40 changelog = "https://github.com/weblyzard/inscriptis/releases/tag/${version}"; 41 41 license = licenses.asl20; 42 - maintainers = with maintainers; [ SuperSandro2000 ]; 42 + maintainers = with maintainers; [ ]; 43 43 }; 44 44 }
+1 -1
pkgs/development/python-modules/isounidecode/default.nix
··· 18 18 description = "Python package for conversion and transliteration of unicode into ascii or iso-8859-1"; 19 19 homepage = "https://github.com/redvasily/isounidecode"; 20 20 license = licenses.bsd3; 21 - maintainers = with maintainers; [ SuperSandro2000 ]; 21 + maintainers = with maintainers; [ ]; 22 22 }; 23 23 }
+1 -1
pkgs/development/python-modules/jupyterlab-widgets/default.nix
··· 25 25 description = "Jupyter Widgets JupyterLab Extension"; 26 26 homepage = "https://github.com/jupyter-widgets/ipywidgets"; 27 27 license = licenses.bsd3; 28 - maintainers = with maintainers; [ jonringer SuperSandro2000 ]; 28 + maintainers = with maintainers; [ jonringer ]; 29 29 }; 30 30 }
+1 -1
pkgs/development/python-modules/kubernetes/default.nix
··· 68 68 description = "Kubernetes Python client"; 69 69 homepage = "https://github.com/kubernetes-client/python"; 70 70 license = licenses.asl20; 71 - maintainers = with maintainers; [ lsix SuperSandro2000 ]; 71 + maintainers = with maintainers; [ lsix ]; 72 72 }; 73 73 }
+1 -1
pkgs/development/python-modules/ldapdomaindump/default.nix
··· 37 37 homepage = "https://github.com/dirkjanm/ldapdomaindump/"; 38 38 changelog = "https://github.com/dirkjanm/ldapdomaindump/releases/tag/v${version}"; 39 39 license = licenses.mit; 40 - maintainers = with maintainers; [ SuperSandro2000 ]; 40 + maintainers = with maintainers; [ ]; 41 41 }; 42 42 }
+1 -1
pkgs/development/python-modules/ldaptor/default.nix
··· 46 46 description = "A Pure-Python Twisted library for LDAP"; 47 47 homepage = "https://github.com/twisted/ldaptor"; 48 48 license = licenses.mit; 49 - maintainers = with maintainers; [ SuperSandro2000 ]; 49 + maintainers = with maintainers; [ ]; 50 50 }; 51 51 }
+1 -1
pkgs/development/python-modules/libcst/default.nix
··· 89 89 description = "Concrete Syntax Tree (CST) parser and serializer library for Python"; 90 90 homepage = "https://github.com/Instagram/libcst"; 91 91 license = with licenses; [ mit asl20 psfl ]; 92 - maintainers = with maintainers; [ SuperSandro2000 ]; 92 + maintainers = with maintainers; [ ]; 93 93 }; 94 94 }
+1 -1
pkgs/development/python-modules/libsass/default.nix
··· 39 39 description = "Python binding for libsass to compile Sass/SCSS"; 40 40 homepage = "https://sass.github.io/libsass-python/"; 41 41 license = licenses.mit; 42 - maintainers = with maintainers; [ SuperSandro2000 ]; 42 + maintainers = with maintainers; [ ]; 43 43 }; 44 44 }
+1 -1
pkgs/development/python-modules/m2r/default.nix
··· 38 38 homepage = "https://github.com/miyakogi/m2r"; 39 39 description = "Markdown to reStructuredText converter"; 40 40 license = licenses.mit; 41 - maintainers = with maintainers; [ AndersonTorres SuperSandro2000 ]; 41 + maintainers = with maintainers; [ AndersonTorres ]; 42 42 # https://github.com/miyakogi/m2r/issues/66 43 43 broken = versionAtLeast mistune.version "2"; 44 44 };
+1 -1
pkgs/development/python-modules/magic-wormhole-mailbox-server/default.nix
··· 57 57 homepage = "https://github.com/warner/magic-wormhole-mailbox-server"; 58 58 changelog = "https://github.com/magic-wormhole/magic-wormhole-mailbox-server/blob/${version}/NEWS.md"; 59 59 license = licenses.mit; 60 - maintainers = with maintainers; [ SuperSandro2000 ]; 60 + maintainers = with maintainers; [ ]; 61 61 }; 62 62 }
+1 -1
pkgs/development/python-modules/magic-wormhole-transit-relay/default.nix
··· 27 27 description = "Transit Relay server for Magic-Wormhole"; 28 28 homepage = "https://github.com/magic-wormhole/magic-wormhole-transit-relay"; 29 29 license = licenses.mit; 30 - maintainers = with maintainers; [ SuperSandro2000 ]; 30 + maintainers = with maintainers; [ ]; 31 31 }; 32 32 }
+1 -1
pkgs/development/python-modules/magic-wormhole/default.nix
··· 70 70 description = "Securely transfer data between computers"; 71 71 homepage = "https://github.com/magic-wormhole/magic-wormhole"; 72 72 license = licenses.mit; 73 - maintainers = with maintainers; [ asymmetric SuperSandro2000 ]; 73 + maintainers = with maintainers; [ asymmetric ]; 74 74 mainProgram = "wormhole"; 75 75 }; 76 76 }
+1 -1
pkgs/development/python-modules/msgpack/default.nix
··· 35 35 homepage = "https://github.com/msgpack/msgpack-python"; 36 36 changelog = "https://github.com/msgpack/msgpack-python/blob/v${version}/ChangeLog.rst"; 37 37 license = licenses.asl20; 38 - maintainers = with maintainers; [ SuperSandro2000 ]; 38 + maintainers = with maintainers; [ ]; 39 39 }; 40 40 }
+1 -1
pkgs/development/python-modules/mypy/default.nix
··· 114 114 description = "Optional static typing for Python"; 115 115 homepage = "https://www.mypy-lang.org"; 116 116 license = licenses.mit; 117 - maintainers = with maintainers; [ martingms lnl7 SuperSandro2000 ]; 117 + maintainers = with maintainers; [ martingms lnl7 ]; 118 118 }; 119 119 }
+1 -1
pkgs/development/python-modules/mypy/extensions.nix
··· 42 42 description = "Experimental type system extensions for programs checked with the mypy typechecker"; 43 43 homepage = "https://www.mypy-lang.org"; 44 44 license = licenses.mit; 45 - maintainers = with maintainers; [ martingms lnl7 SuperSandro2000 ]; 45 + maintainers = with maintainers; [ martingms lnl7 ]; 46 46 }; 47 47 }
+1 -1
pkgs/development/python-modules/noiseprotocol/default.nix
··· 21 21 description = "Noise Protocol Framework"; 22 22 homepage = "https://github.com/plizonczyk/noiseprotocol/"; 23 23 license = licenses.mit; 24 - maintainers = with maintainers; [ SuperSandro2000 ]; 24 + maintainers = with maintainers; [ ]; 25 25 }; 26 26 }
+1 -1
pkgs/development/python-modules/packaging/default.nix
··· 40 40 description = "Core utilities for Python packages"; 41 41 homepage = "https://github.com/pypa/packaging"; 42 42 license = with licenses; [ bsd2 asl20 ]; 43 - maintainers = with maintainers; [ bennofs SuperSandro2000 ]; 43 + maintainers = with maintainers; [ bennofs ]; 44 44 }; 45 45 }; 46 46 in
+1 -1
pkgs/development/python-modules/paramiko/default.nix
··· 78 78 between python scripts. All major ciphers and hash methods are 79 79 supported. SFTP client and server mode are both supported too. 80 80 ''; 81 - maintainers = with maintainers; [ SuperSandro2000 ]; 81 + maintainers = with maintainers; [ ]; 82 82 }; 83 83 }
+1 -1
pkgs/development/python-modules/parver/default.nix
··· 42 42 description = "Allows parsing and manipulation of PEP 440 version numbers"; 43 43 homepage = "https://github.com/RazerM/parver"; 44 44 license = licenses.mit; 45 - maintainers = with maintainers; [ SuperSandro2000 ]; 45 + maintainers = with maintainers; [ ]; 46 46 }; 47 47 }
+1 -1
pkgs/development/python-modules/patator/default.nix
··· 59 59 description = "Multi-purpose brute-forcer"; 60 60 homepage = "https://github.com/lanjelot/patator"; 61 61 license = licenses.gpl2Only; 62 - maintainers = with maintainers; [ y0no SuperSandro2000 ]; 62 + maintainers = with maintainers; [ y0no ]; 63 63 }; 64 64 }
+1 -1
pkgs/development/python-modules/pathlib2/default.nix
··· 31 31 description = "This module offers classes representing filesystem paths with semantics appropriate for different operating systems."; 32 32 homepage = "https://pypi.org/project/pathlib2/"; 33 33 license = with licenses; [ mit ]; 34 - maintainers = with maintainers; [ SuperSandro2000 ]; 34 + maintainers = with maintainers; [ ]; 35 35 }; 36 36 }
+1 -1
pkgs/development/python-modules/phx-class-registry/default.nix
··· 29 29 description = "Factory and registry pattern for Python classes"; 30 30 homepage = "https://class-registry.readthedocs.io/en/latest/"; 31 31 license = licenses.mit; 32 - maintainers = with maintainers; [ kevincox SuperSandro2000 ]; 32 + maintainers = with maintainers; [ kevincox ]; 33 33 }; 34 34 }
+1 -1
pkgs/development/python-modules/pillow-simd/default.nix
··· 32 32 Currently, Pillow-SIMD can be compiled with SSE4 (default) or AVX2 support. 33 33 ''; 34 34 license = "http://www.pythonware.com/products/pil/license.htm"; 35 - maintainers = with maintainers; [ SuperSandro2000 ]; 35 + maintainers = with maintainers; [ ]; 36 36 }; 37 37 } // args )
+1 -1
pkgs/development/python-modules/pillow/default.nix
··· 37 37 processing and graphics capabilities. 38 38 ''; 39 39 license = licenses.hpnd; 40 - maintainers = with maintainers; [ goibhniu prikhi SuperSandro2000 ]; 40 + maintainers = with maintainers; [ goibhniu prikhi ]; 41 41 }; 42 42 } // args )
+1 -1
pkgs/development/python-modules/pkgconfig/default.nix
··· 45 45 description = "Interface Python with pkg-config"; 46 46 homepage = "https://github.com/matze/pkgconfig"; 47 47 license = licenses.mit; 48 - maintainers = with maintainers; [ SuperSandro2000 ]; 48 + maintainers = with maintainers; [ ]; 49 49 }; 50 50 }
+1 -1
pkgs/development/python-modules/playwright/default.nix
··· 94 94 description = "Python version of the Playwright testing and automation library"; 95 95 homepage = "https://github.com/microsoft/playwright-python"; 96 96 license = licenses.asl20; 97 - maintainers = with maintainers; [ techknowlogick yrd SuperSandro2000 ]; 97 + maintainers = with maintainers; [ techknowlogick yrd ]; 98 98 platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ]; 99 99 }; 100 100 }
+1 -1
pkgs/development/python-modules/proto-plus/default.nix
··· 28 28 description = "Beautiful, idiomatic protocol buffers in Python"; 29 29 homepage = "https://github.com/googleapis/proto-plus-python"; 30 30 license = licenses.asl20; 31 - maintainers = with maintainers; [ ruuda SuperSandro2000 ]; 31 + maintainers = with maintainers; [ ruuda ]; 32 32 }; 33 33 }
+1 -1
pkgs/development/python-modules/publicsuffix2/default.nix
··· 27 27 description = "Get a public suffix for a domain name using the Public Suffix List"; 28 28 homepage = "https://github.com/nexB/python-publicsuffix2"; 29 29 license = licenses.mpl20; 30 - maintainers = with maintainers; [ SuperSandro2000 ]; 30 + maintainers = with maintainers; [ ]; 31 31 }; 32 32 }
+1 -1
pkgs/development/python-modules/py-ecc/default.nix
··· 38 38 description = "ECC pairing and bn_128 and bls12_381 curve operations"; 39 39 homepage = "https://github.com/ethereum/py_ecc"; 40 40 license = licenses.mit; 41 - maintainers = with maintainers; [ SuperSandro2000 ]; 41 + maintainers = with maintainers; [ ]; 42 42 }; 43 43 }
+1 -1
pkgs/development/python-modules/py-eth-sig-utils/default.nix
··· 39 39 description = "Collection of functions to generate hashes for signing on Ethereum"; 40 40 homepage = "https://github.com/rmeissner/py-eth-sig-utils"; 41 41 license = licenses.mit; 42 - maintainers = with maintainers; [ SuperSandro2000 ]; 42 + maintainers = with maintainers; [ ]; 43 43 # TODO: upstream is stale and doesn't not work with the new `eth-abi` package any more. 44 44 broken = true; 45 45 };
+1 -1
pkgs/development/python-modules/pyasn1/default.nix
··· 25 25 homepage = "https://pyasn1.readthedocs.io"; 26 26 changelog = "https://github.com/etingof/pyasn1/blob/master/CHANGES.rst"; 27 27 license = licenses.bsd2; 28 - maintainers = with maintainers; [ SuperSandro2000 ]; 28 + maintainers = with maintainers; [ ]; 29 29 }; 30 30 }
+1 -1
pkgs/development/python-modules/pyaxmlparser/default.nix
··· 20 20 homepage = "https://github.com/appknox/pyaxmlparser"; 21 21 # Files from Androguard are licensed ASL 2.0 22 22 license = with licenses; [ mit asl20 ]; 23 - maintainers = with maintainers; [ SuperSandro2000 ]; 23 + maintainers = with maintainers; [ ]; 24 24 }; 25 25 }
+1 -1
pkgs/development/python-modules/pycurl/default.nix
··· 82 82 homepage = "http://pycurl.io/"; 83 83 description = "Python Interface To The cURL library"; 84 84 license = with licenses; [ lgpl2Only mit ]; 85 - maintainers = with maintainers; [ SuperSandro2000 ]; 85 + maintainers = with maintainers; [ ]; 86 86 }; 87 87 }
+1 -1
pkgs/development/python-modules/pygments/default.nix
··· 46 46 description = "A generic syntax highlighter"; 47 47 mainProgram = "pygmentize"; 48 48 license = licenses.bsd2; 49 - maintainers = with maintainers; [ SuperSandro2000 ]; 49 + maintainers = with maintainers; [ ]; 50 50 }; 51 51 }; 52 52 in pygments
+1 -1
pkgs/development/python-modules/pygnmi/default.nix
··· 41 41 description = "Pure Python gNMI client to manage network functions and collect telemetry"; 42 42 homepage = "https://github.com/akarneliuk/pygnmi"; 43 43 license = licenses.bsd3; 44 - maintainers = with maintainers; [ SuperSandro2000 ]; 44 + maintainers = with maintainers; [ ]; 45 45 }; 46 46 }
+1 -1
pkgs/development/python-modules/pylint/default.nix
··· 115 115 - epylint: Emacs and Flymake compatible Pylint 116 116 ''; 117 117 license = licenses.gpl1Plus; 118 - maintainers = with maintainers; [ SuperSandro2000 ]; 118 + maintainers = with maintainers; [ ]; 119 119 }; 120 120 }
+1 -1
pkgs/development/python-modules/pyls-spyder/default.nix
··· 30 30 description = "Spyder extensions for the python-language-server"; 31 31 homepage = "https://github.com/spyder-ide/pyls-spyder"; 32 32 license = licenses.mit; 33 - maintainers = with maintainers; [ SuperSandro2000 ]; 33 + maintainers = with maintainers; [ ]; 34 34 }; 35 35 }
+1 -1
pkgs/development/python-modules/pylyrics/default.nix
··· 25 25 description = "A Pythonic Implementation of lyrics.wikia.com for getting lyrics of songs "; 26 26 homepage = "https://github.com/geekpradd/PyLyrics"; 27 27 license = licenses.mit; 28 - maintainers = with maintainers; [ SuperSandro2000 ]; 28 + maintainers = with maintainers; [ ]; 29 29 }; 30 30 }
+1 -1
pkgs/development/python-modules/pyopenssl/default.nix
··· 95 95 homepage = "https://github.com/pyca/pyopenssl"; 96 96 changelog = "https://github.com/pyca/pyopenssl/blob/${version}/CHANGELOG.rst"; 97 97 license = licenses.asl20; 98 - maintainers = with maintainers; [ SuperSandro2000 ]; 98 + maintainers = with maintainers; [ ]; 99 99 }; 100 100 }
+1 -1
pkgs/development/python-modules/pypiserver/default.nix
··· 53 53 homepage = "https://github.com/pypiserver/pypiserver"; 54 54 description = "Minimal PyPI server for use with pip/easy_install"; 55 55 license = with licenses; [ mit zlib ]; 56 - maintainers = with maintainers; [ austinbutler SuperSandro2000 ]; 56 + maintainers = with maintainers; [ austinbutler ]; 57 57 }; 58 58 }
+1 -1
pkgs/development/python-modules/pysqlcipher3/default.nix
··· 19 19 description = "Python 3 bindings for SQLCipher"; 20 20 homepage = "https://github.com/rigglemania/pysqlcipher3/"; 21 21 license = licenses.zlib; 22 - maintainers = with maintainers; [ SuperSandro2000 ]; 22 + maintainers = with maintainers; [ ]; 23 23 }; 24 24 }
+1 -1
pkgs/development/python-modules/pytest-snapshot/default.nix
··· 48 48 description = "A plugin to enable snapshot testing with pytest"; 49 49 homepage = "https://github.com/joseph-roitman/pytest-snapshot/"; 50 50 license = licenses.mit; 51 - maintainers = with maintainers; [ SuperSandro2000 ]; 51 + maintainers = with maintainers; [ ]; 52 52 }; 53 53 }
+1 -1
pkgs/development/python-modules/python-magic/default.nix
··· 43 43 description = "A python interface to the libmagic file type identification library"; 44 44 homepage = "https://github.com/ahupp/python-magic"; 45 45 license = licenses.mit; 46 - maintainers = with maintainers; [ SuperSandro2000 ]; 46 + maintainers = with maintainers; [ ]; 47 47 }; 48 48 }
+1 -1
pkgs/development/python-modules/recline/default.nix
··· 33 33 description = "This library helps you quickly implement an interactive command-based application"; 34 34 homepage = "https://github.com/NetApp/recline"; 35 35 license = licenses.bsd3; 36 - maintainers = with maintainers; [ SuperSandro2000 ]; 36 + maintainers = with maintainers; [ ]; 37 37 }; 38 38 }
+1 -1
pkgs/development/python-modules/rfc3986/default.nix
··· 34 34 description = "Validating URI References per RFC 3986"; 35 35 homepage = "https://rfc3986.readthedocs.org"; 36 36 license = licenses.asl20; 37 - maintainers = with maintainers; [ SuperSandro2000 ]; 37 + maintainers = with maintainers; [ ]; 38 38 }; 39 39 }
+1 -1
pkgs/development/python-modules/rlp/default.nix
··· 37 37 description = "RLP serialization library"; 38 38 homepage = "https://github.com/ethereum/pyrlp"; 39 39 license = licenses.mit; 40 - maintainers = with maintainers; [ SuperSandro2000 ]; 40 + maintainers = with maintainers; [ ]; 41 41 }; 42 42 }
+1 -1
pkgs/development/python-modules/ruamel-base/default.nix
··· 22 22 description = "Common routines for ruamel packages"; 23 23 homepage = "https://sourceforge.net/projects/ruamel-base/"; 24 24 license = licenses.mit; 25 - maintainers = with maintainers; [ SuperSandro2000 ]; 25 + maintainers = with maintainers; [ ]; 26 26 }; 27 27 }
+1 -1
pkgs/development/python-modules/ruamel-yaml-clib/default.nix
··· 24 24 description = "YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order"; 25 25 homepage = "https://sourceforge.net/projects/ruamel-yaml-clib/"; 26 26 license = licenses.mit; 27 - maintainers = with maintainers; [ SuperSandro2000 ]; 27 + maintainers = with maintainers; [ ]; 28 28 }; 29 29 }
+1 -1
pkgs/development/python-modules/ruamel-yaml/default.nix
··· 28 28 description = "YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order"; 29 29 homepage = "https://sourceforge.net/projects/ruamel-yaml/"; 30 30 license = licenses.mit; 31 - maintainers = with maintainers; [ SuperSandro2000 ]; 31 + maintainers = with maintainers; [ ]; 32 32 }; 33 33 }
+1 -1
pkgs/development/python-modules/selenium/default.nix
··· 54 54 description = "Bindings for Selenium WebDriver"; 55 55 homepage = "https://selenium.dev/"; 56 56 license = licenses.asl20; 57 - maintainers = with maintainers; [ jraygauthier SuperSandro2000 ]; 57 + maintainers = with maintainers; [ jraygauthier ]; 58 58 }; 59 59 }
+1 -1
pkgs/development/python-modules/setuptools-rust/default.nix
··· 33 33 homepage = "https://github.com/PyO3/setuptools-rust"; 34 34 changelog = "https://github.com/PyO3/setuptools-rust/releases/tag/v${version}"; 35 35 license = licenses.mit; 36 - maintainers = with maintainers; [ SuperSandro2000 ]; 36 + maintainers = with maintainers; [ ]; 37 37 }; 38 38 }
+1 -1
pkgs/development/python-modules/setuptools-scm/default.nix
··· 49 49 homepage = "https://github.com/pypa/setuptools_scm/"; 50 50 description = "Handles managing your python package versions in scm metadata"; 51 51 license = licenses.mit; 52 - maintainers = with maintainers; [ SuperSandro2000 ]; 52 + maintainers = with maintainers; [ ]; 53 53 }; 54 54 }
+1 -1
pkgs/development/python-modules/snapshottest/default.nix
··· 28 28 description = "Snapshot testing for pytest, unittest, Django, and Nose"; 29 29 homepage = "https://github.com/syrusakbary/snapshottest"; 30 30 license = licenses.mit; 31 - maintainers = with maintainers; [ SuperSandro2000 ]; 31 + maintainers = with maintainers; [ ]; 32 32 }; 33 33 }
+1 -1
pkgs/development/python-modules/sortedcontainers/default.nix
··· 32 32 description = "Python Sorted Container Types: SortedList, SortedDict, and SortedSet"; 33 33 homepage = "https://grantjenks.com/docs/sortedcontainers/"; 34 34 license = licenses.asl20; 35 - maintainers = with maintainers; [ SuperSandro2000 ]; 35 + maintainers = with maintainers; [ ]; 36 36 }; 37 37 }; 38 38 in
+1 -1
pkgs/development/python-modules/sphinxcontrib-bibtex/default.nix
··· 36 36 description = "A Sphinx extension for BibTeX style citations"; 37 37 homepage = "https://github.com/mcmtroffaes/sphinxcontrib-bibtex"; 38 38 license = licenses.bsd2; 39 - maintainers = with maintainers; [ SuperSandro2000 ]; 39 + maintainers = with maintainers; [ ]; 40 40 }; 41 41 }
+1 -1
pkgs/development/python-modules/sphinxcontrib-programoutput/default.nix
··· 27 27 description = "Sphinx extension to include program output"; 28 28 homepage = "https://github.com/NextThought/sphinxcontrib-programoutput"; 29 29 license = licenses.bsd2; 30 - maintainers = with maintainers; [ SuperSandro2000 ]; 30 + maintainers = with maintainers; [ ]; 31 31 }; 32 32 }
+1 -1
pkgs/development/python-modules/systemd/default.nix
··· 51 51 homepage = "https://www.freedesktop.org/software/systemd/python-systemd/"; 52 52 changelog = "https://github.com/systemd/python-systemd/blob/v${version}/NEWS"; 53 53 license = licenses.lgpl21Plus; 54 - maintainers = with maintainers; [ SuperSandro2000 ]; 54 + maintainers = with maintainers; [ ]; 55 55 }; 56 56 }
+1 -1
pkgs/development/python-modules/three-merge/default.nix
··· 19 19 description = "Simple library for merging two strings with respect to a base one"; 20 20 homepage = "https://github.com/spyder-ide/three-merge"; 21 21 license = licenses.mit; 22 - maintainers = with maintainers; [ SuperSandro2000 ]; 22 + maintainers = with maintainers; [ ]; 23 23 }; 24 24 }
+1 -1
pkgs/development/python-modules/tomli/default.nix
··· 39 39 description = "A Python library for parsing TOML, fully compatible with TOML v1.0.0"; 40 40 homepage = "https://github.com/hukkin/tomli"; 41 41 license = licenses.mit; 42 - maintainers = with maintainers; [ veehaitch SuperSandro2000 ]; 42 + maintainers = with maintainers; [ veehaitch ]; 43 43 }; 44 44 }
+1 -1
pkgs/development/python-modules/tornado/default.nix
··· 42 42 description = "A web framework and asynchronous networking library"; 43 43 homepage = "https://www.tornadoweb.org/"; 44 44 license = licenses.asl20; 45 - maintainers = with maintainers; [ SuperSandro2000 ]; 45 + maintainers = with maintainers; [ ]; 46 46 }; 47 47 }
+1 -1
pkgs/development/python-modules/treq/default.nix
··· 35 35 homepage = "https://github.com/twisted/treq"; 36 36 description = "Requests-like API built on top of twisted.web's Agent"; 37 37 license = licenses.mit; 38 - maintainers = with maintainers; [ SuperSandro2000 ]; 38 + maintainers = with maintainers; [ ]; 39 39 }; 40 40 }
+1 -1
pkgs/development/python-modules/trio-websocket/default.nix
··· 54 54 description = "WebSocket client and server implementation for Python Trio"; 55 55 homepage = "https://github.com/HyperionGray/trio-websocket"; 56 56 license = licenses.mit; 57 - maintainers = with maintainers; [ SuperSandro2000 ]; 57 + maintainers = with maintainers; [ ]; 58 58 }; 59 59 }
+1 -1
pkgs/development/python-modules/twisted/default.nix
··· 202 202 homepage = "https://github.com/twisted/twisted"; 203 203 description = "Asynchronous networking framework written in Python"; 204 204 license = licenses.mit; 205 - maintainers = with maintainers; [ SuperSandro2000 ]; 205 + maintainers = with maintainers; [ ]; 206 206 }; 207 207 }
+1 -1
pkgs/development/python-modules/typed-ast/default.nix
··· 45 45 description = "Python AST modules with type comment support"; 46 46 homepage = "https://github.com/python/typed_ast"; 47 47 license = licenses.asl20; 48 - maintainers = with maintainers; [ SuperSandro2000 ]; 48 + maintainers = with maintainers; [ ]; 49 49 }; 50 50 }
+1 -1
pkgs/development/python-modules/types-typed-ast/default.nix
··· 24 24 description = "Typing stubs for typed-ast"; 25 25 homepage = "https://github.com/python/typeshed"; 26 26 license = licenses.asl20; 27 - maintainers = with maintainers; [ SuperSandro2000 veehaitch ]; 27 + maintainers = with maintainers; [ veehaitch ]; 28 28 }; 29 29 }
+1 -1
pkgs/development/python-modules/tzdata/default.nix
··· 37 37 description = "Provider of IANA time zone data"; 38 38 homepage = "https://github.com/python/tzdata"; 39 39 license = licenses.asl20; 40 - maintainers = with maintainers; [ SuperSandro2000 ]; 40 + maintainers = with maintainers; [ ]; 41 41 }; 42 42 }
+1 -1
pkgs/development/python-modules/ujson/default.nix
··· 30 30 description = "Ultra fast JSON encoder and decoder"; 31 31 homepage = "https://github.com/ultrajson/ultrajson"; 32 32 license = licenses.bsd3; 33 - maintainers = with maintainers; [ SuperSandro2000 ]; 33 + maintainers = with maintainers; [ ]; 34 34 }; 35 35 }
+1 -1
pkgs/development/python-modules/unittest-xml-reporting/default.nix
··· 39 39 homepage = "https://github.com/xmlrunner/unittest-xml-reporting"; 40 40 description = "unittest-based test runner with Ant/JUnit like XML reporting"; 41 41 license = licenses.bsd2; 42 - maintainers = with maintainers; [ rprospero SuperSandro2000 ]; 42 + maintainers = with maintainers; [ rprospero ]; 43 43 }; 44 44 }
+1 -1
pkgs/development/python-modules/urwid/default.nix
··· 40 40 description = "A full-featured console (xterm et al.) user interface library"; 41 41 homepage = "https://urwid.org/"; 42 42 license = licenses.lgpl21Plus; 43 - maintainers = with maintainers; [ SuperSandro2000 ]; 43 + maintainers = with maintainers; [ ]; 44 44 }; 45 45 }
+1 -1
pkgs/development/python-modules/wasmer/default.nix
··· 73 73 homepage = "https://github.com/wasmerio/wasmer-python"; 74 74 license = licenses.mit; 75 75 platforms = platforms.unix; 76 - maintainers = with maintainers; [ SuperSandro2000 ]; 76 + maintainers = with maintainers; [ ]; 77 77 }; 78 78 }; 79 79 in
+1 -1
pkgs/development/python-modules/wcag-contrast-ratio/default.nix
··· 29 29 description = "Library for computing contrast ratios, as required by WCAG 2.0"; 30 30 homepage = "https://github.com/gsnedders/wcag-contrast-ratio"; 31 31 license = licenses.mit; 32 - maintainers = with maintainers; [ SuperSandro2000 ]; 32 + maintainers = with maintainers; [ ]; 33 33 }; 34 34 }
+1 -1
pkgs/development/python-modules/wcmatch/default.nix
··· 38 38 description = "Wilcard File Name matching library"; 39 39 homepage = "https://github.com/facelessuser/wcmatch"; 40 40 license = licenses.mit; 41 - maintainers = with maintainers; [ SuperSandro2000 ]; 41 + maintainers = with maintainers; [ ]; 42 42 }; 43 43 }
+1 -1
pkgs/development/python-modules/web/default.nix
··· 29 29 ''; 30 30 homepage = "https://webpy.org/"; 31 31 license = licenses.publicDomain; 32 - maintainers = with maintainers; [ layus SuperSandro2000 ]; 32 + maintainers = with maintainers; [ layus ]; 33 33 }; 34 34 35 35 }
+1 -1
pkgs/development/python-modules/webauthn/default.nix
··· 48 48 homepage = "https://github.com/duo-labs/py_webauthn"; 49 49 changelog = "https://github.com/duo-labs/py_webauthn/blob/v${version}/CHANGELOG.md"; 50 50 license = licenses.bsd3; 51 - maintainers = with maintainers; [ SuperSandro2000 ]; 51 + maintainers = with maintainers; [ ]; 52 52 }; 53 53 }
+1 -1
pkgs/development/python-modules/werkzeug/default.nix
··· 69 69 utility libraries. 70 70 ''; 71 71 license = licenses.bsd3; 72 - maintainers = with maintainers; [ SuperSandro2000 ]; 72 + maintainers = with maintainers; [ ]; 73 73 }; 74 74 }
+1 -1
pkgs/development/python-modules/wsgi-intercept/default.nix
··· 49 49 description = "Module that acts as a WSGI application in place of a real URI for testing"; 50 50 homepage = "https://github.com/cdent/wsgi-intercept"; 51 51 license = licenses.mit; 52 - maintainers = with maintainers; [ SuperSandro2000 ]; 52 + maintainers = with maintainers; [ ]; 53 53 }; 54 54 }
+1 -1
pkgs/development/python-modules/wsproto/default.nix
··· 26 26 description = "Pure Python, pure state-machine WebSocket implementation"; 27 27 homepage = "https://github.com/python-hyper/wsproto/"; 28 28 license = licenses.mit; 29 - maintainers = with maintainers; [ SuperSandro2000 ]; 29 + maintainers = with maintainers; [ ]; 30 30 }; 31 31 }
+1 -1
pkgs/development/python-modules/xmltodict/default.nix
··· 26 26 description = "Makes working with XML feel like you are working with JSON"; 27 27 homepage = "https://github.com/martinblech/xmltodict"; 28 28 license = licenses.mit; 29 - maintainers = with maintainers; [ SuperSandro2000 ]; 29 + maintainers = with maintainers; [ ]; 30 30 }; 31 31 }
+1 -1
pkgs/development/python-modules/yowsup/default.nix
··· 47 47 homepage = "https://github.com/tgalal/yowsup"; 48 48 description = "The python WhatsApp library"; 49 49 license = licenses.gpl3Plus; 50 - maintainers = with maintainers; [ SuperSandro2000 ]; 50 + maintainers = with maintainers; [ ]; 51 51 }; 52 52 }
+1 -1
pkgs/development/python-modules/zipp/default.nix
··· 43 43 description = "Pathlib-compatible object wrapper for zip files"; 44 44 homepage = "https://github.com/jaraco/zipp"; 45 45 license = licenses.mit; 46 - maintainers = with maintainers; [ SuperSandro2000 ]; 46 + maintainers = with maintainers; [ ]; 47 47 }; 48 48 }; in zipp
+1 -1
pkgs/development/python2-modules/setuptools-scm/default.nix
··· 19 19 homepage = "https://github.com/pypa/setuptools_scm/"; 20 20 description = "Handles managing your python package versions in scm metadata"; 21 21 license = licenses.mit; 22 - maintainers = with maintainers; [ SuperSandro2000 ]; 22 + maintainers = with maintainers; [ ]; 23 23 }; 24 24 }
+1 -1
pkgs/development/tools/delve/default.nix
··· 44 44 meta = with lib; { 45 45 description = "debugger for the Go programming language"; 46 46 homepage = "https://github.com/go-delve/delve"; 47 - maintainers = with maintainers; [ SuperSandro2000 vdemeester ]; 47 + maintainers = with maintainers; [ vdemeester ]; 48 48 license = licenses.mit; 49 49 mainProgram = "dlv"; 50 50 };
+1 -1
pkgs/development/tools/go-outline/default.nix
··· 16 16 meta = with lib; { 17 17 description = "Utility to extract JSON representation of declarations from a Go source file"; 18 18 homepage = "https://github.com/ramya-rao-a/go-outline"; 19 - maintainers = with maintainers; [ SuperSandro2000 vdemeester ]; 19 + maintainers = with maintainers; [ vdemeester ]; 20 20 license = licenses.mit; 21 21 }; 22 22 }
+1 -1
pkgs/development/tools/golangci-lint-langserver/default.nix
··· 22 22 description = "Language server for golangci-lint"; 23 23 homepage = "https://github.com/nametake/golangci-lint-langserver"; 24 24 license = licenses.mit; 25 - maintainers = with maintainers; [ SuperSandro2000 ]; 25 + maintainers = with maintainers; [ ]; 26 26 }; 27 27 }
+1 -1
pkgs/development/tools/gotest/default.nix
··· 19 19 description = "go test with colors"; 20 20 homepage = "https://github.com/rakyll/gotest"; 21 21 license = licenses.bsd3; 22 - maintainers = with maintainers; [ SuperSandro2000 ]; 22 + maintainers = with maintainers; [ ]; 23 23 }; 24 24 }
+1 -1
pkgs/development/tools/luaformatter/default.nix
··· 32 32 homepage = "https://github.com/Koihik/LuaFormatter"; 33 33 license = licenses.asl20; 34 34 platforms = platforms.all; 35 - maintainers = with maintainers; [ figsoda SuperSandro2000 ]; 35 + maintainers = with maintainers; [ figsoda ]; 36 36 mainProgram = "lua-format"; 37 37 }; 38 38 }
+1 -1
pkgs/development/tools/misc/act/default.nix
··· 29 29 homepage = "https://github.com/nektos/act"; 30 30 changelog = "https://github.com/nektos/act/releases/tag/v${version}"; 31 31 license = licenses.mit; 32 - maintainers = with maintainers; [ Br1ght0ne SuperSandro2000 ]; 32 + maintainers = with maintainers; [ Br1ght0ne ]; 33 33 }; 34 34 }
+1 -1
pkgs/development/tools/misc/strace-analyzer/default.nix
··· 29 29 description = "Analyzes strace output"; 30 30 homepage = "https://github.com/wookietreiber/strace-analyzer"; 31 31 license = licenses.gpl3Plus; 32 - maintainers = with maintainers; [ SuperSandro2000 ]; 32 + maintainers = with maintainers; [ ]; 33 33 }; 34 34 }
+1 -1
pkgs/development/tools/pup/default.nix
··· 17 17 description = "Parsing HTML at the command line"; 18 18 homepage = "https://github.com/ericchiang/pup"; 19 19 license = licenses.mit; 20 - maintainers = with maintainers; [ SuperSandro2000 yana ]; 20 + maintainers = with maintainers; [ yana ]; 21 21 }; 22 22 }
+1 -1
pkgs/os-specific/linux/kernel/htmldocs.nix
··· 51 51 homepage = "https://www.kernel.org/doc/htmldocs/"; 52 52 platforms = platforms.linux; 53 53 inherit (linux_latest.meta) license; 54 - maintainers = with maintainers; [ SuperSandro2000 ]; 54 + maintainers = with maintainers; [ ]; 55 55 }; 56 56 }
+1 -1
pkgs/servers/matrix-synapse/sliding-sync/default.nix
··· 31 31 description = "A sliding sync implementation of MSC3575 for matrix"; 32 32 homepage = "https://github.com/matrix-org/sliding-sync"; 33 33 license = with licenses; [ asl20 ]; 34 - maintainers = with maintainers; [ SuperSandro2000 emilylange ]; 34 + maintainers = with maintainers; [ emilylange ]; 35 35 mainProgram = "syncv3"; 36 36 }; 37 37 }
+1 -1
pkgs/servers/monitoring/prometheus/pihole-exporter.nix
··· 17 17 description = "Prometheus exporter for PI-Hole's Raspberry PI ad blocker"; 18 18 homepage = "https://github.com/eko/pihole-exporter"; 19 19 license = licenses.mit; 20 - maintainers = with maintainers; [ SuperSandro2000 ]; 20 + maintainers = with maintainers; [ ]; 21 21 }; 22 22 }
+1 -1
pkgs/servers/monitoring/prometheus/unbound-exporter.nix
··· 31 31 description = "Prometheus exporter for Unbound DNS resolver"; 32 32 homepage = "https://github.com/svartalf/unbound-telemetry"; 33 33 license = licenses.mit; 34 - maintainers = with maintainers; [ SuperSandro2000 ]; 34 + maintainers = with maintainers; [ ]; 35 35 }; 36 36 }
+1 -1
pkgs/servers/web-apps/changedetection-io/default.nix
··· 73 73 homepage = "https://github.com/dgtlmoon/changedetection.io"; 74 74 description = "Simplest self-hosted free open source website change detection tracking, monitoring and notification service"; 75 75 license = licenses.asl20; 76 - maintainers = with maintainers; [ SuperSandro2000 ]; 76 + maintainers = with maintainers; [ ]; 77 77 }; 78 78 }
+1 -1
pkgs/tools/admin/chkcrontab/default.nix
··· 14 14 meta = with lib; { 15 15 description = "A tool to detect crontab errors"; 16 16 license = licenses.asl20; 17 - maintainers = with maintainers; [ SuperSandro2000 ]; 17 + maintainers = with maintainers; [ ]; 18 18 homepage = "https://github.com/lyda/chkcrontab"; 19 19 }; 20 20 }
+1 -1
pkgs/tools/admin/procs/default.nix
··· 30 30 homepage = "https://github.com/dalance/procs"; 31 31 changelog = "https://github.com/dalance/procs/raw/v${version}/CHANGELOG.md"; 32 32 license = licenses.mit; 33 - maintainers = with maintainers; [ Br1ght0ne SuperSandro2000 sciencentistguy ]; 33 + maintainers = with maintainers; [ Br1ght0ne sciencentistguy ]; 34 34 }; 35 35 }
+1 -1
pkgs/tools/inputmethods/ibus-engines/ibus-libthai/default.nix
··· 19 19 description = "Thai input method engine for IBus"; 20 20 license = licenses.lgpl21Plus; 21 21 platforms = platforms.unix; 22 - maintainers = with maintainers; [ SuperSandro2000 ]; 22 + maintainers = with maintainers; [ ]; 23 23 }; 24 24 }
+1 -1
pkgs/tools/misc/cope/default.nix
··· 23 23 description = "A colourful wrapper for terminal programs"; 24 24 homepage = "https://github.com/lotrfan/cope"; 25 25 license = with licenses; [ artistic1 gpl1Plus ]; 26 - maintainers = with maintainers; [ SuperSandro2000 ]; 26 + maintainers = with maintainers; [ ]; 27 27 }; 28 28 }
+1 -1
pkgs/tools/misc/diskonaut/default.nix
··· 20 20 description = "Terminal disk space navigator"; 21 21 homepage = "https://github.com/imsnif/diskonaut"; 22 22 license = licenses.mit; 23 - maintainers = with maintainers; [ evanjs SuperSandro2000 ]; 23 + maintainers = with maintainers; [ evanjs ]; 24 24 }; 25 25 }
+1 -1
pkgs/tools/misc/duf/default.nix
··· 25 25 homepage = "https://github.com/muesli/duf/"; 26 26 description = "Disk Usage/Free Utility"; 27 27 license = licenses.mit; 28 - maintainers = with maintainers; [ penguwin SuperSandro2000 ]; 28 + maintainers = with maintainers; [ penguwin ]; 29 29 }; 30 30 }
+1 -1
pkgs/tools/misc/dust/default.nix
··· 33 33 description = "du + rust = dust. Like du but more intuitive"; 34 34 homepage = "https://github.com/bootandy/dust"; 35 35 license = licenses.asl20; 36 - maintainers = with maintainers; [ infinisil SuperSandro2000 ]; 36 + maintainers = with maintainers; [ infinisil ]; 37 37 mainProgram = "dust"; 38 38 }; 39 39 }
+1 -1
pkgs/tools/misc/enjarify/default.nix
··· 30 30 description = "Tool for translating Dalvik bytecode to equivalent Java bytecode"; 31 31 homepage = "https://github.com/google/enjarify/"; 32 32 license = licenses.asl20; 33 - maintainers = with maintainers; [ SuperSandro2000 ]; 33 + maintainers = with maintainers; [ ]; 34 34 }; 35 35 }
+1 -1
pkgs/tools/misc/keychain/default.nix
··· 53 53 homepage = "https://www.funtoo.org/Keychain"; 54 54 license = licenses.gpl2; 55 55 platforms = platforms.unix; 56 - maintainers = with maintainers; [ sigma SuperSandro2000 ]; 56 + maintainers = with maintainers; [ sigma ]; 57 57 }; 58 58 }
+1 -1
pkgs/tools/misc/mdr/default.nix
··· 25 25 description = "MarkDown Renderer for the terminal"; 26 26 homepage = "https://github.com/MichaelMure/mdr"; 27 27 license = licenses.mit; 28 - maintainers = with maintainers; [ SuperSandro2000 ]; 28 + maintainers = with maintainers; [ ]; 29 29 }; 30 30 }
+1 -1
pkgs/tools/misc/ncdu/1.nix
··· 16 16 homepage = "https://dev.yorhel.nl/ncdu"; 17 17 license = licenses.mit; 18 18 platforms = platforms.all; 19 - maintainers = with maintainers; [ pSub SuperSandro2000 ]; 19 + maintainers = with maintainers; [ pSub ]; 20 20 }; 21 21 }
+1 -1
pkgs/tools/misc/ncdu/default.nix
··· 27 27 homepage = "https://dev.yorhel.nl/ncdu"; 28 28 license = licenses.mit; 29 29 platforms = platforms.all; 30 - maintainers = with maintainers; [ pSub SuperSandro2000 rodrgz ]; 30 + maintainers = with maintainers; [ pSub rodrgz ]; 31 31 }; 32 32 }
+1 -1
pkgs/tools/misc/ntfy/webpush.nix
··· 34 34 description = "cloudbell webpush notification support for ntfy"; 35 35 homepage = "https://dschep.github.io/ntfy-webpush/"; 36 36 license = licenses.mit; 37 - maintainers = with maintainers; [ SuperSandro2000 ]; 37 + maintainers = with maintainers; [ ]; 38 38 }; 39 39 }
+1 -1
pkgs/tools/misc/oggvideotools/default.nix
··· 42 42 description = "Toolbox for manipulating and creating Ogg video files"; 43 43 homepage = "http://www.streamnik.de/oggvideotools.html"; 44 44 license = licenses.gpl2Only; 45 - maintainers = with maintainers; [ SuperSandro2000 ]; 45 + maintainers = with maintainers; [ ]; 46 46 # Compilation error on Darwin: 47 47 # error: invalid argument '--std=c++0x' not allowed with 'C' 48 48 # make[2]: *** [src/libresample/CMakeFiles/resample.dir/build.make:76: src/libresample/CMakeFiles/resample.dir/filterkit.c.o] Error 1
+1 -1
pkgs/tools/misc/onefetch/default.nix
··· 59 59 homepage = "https://github.com/o2sh/onefetch"; 60 60 changelog = "https://github.com/o2sh/onefetch/blob/v${version}/CHANGELOG.md"; 61 61 license = licenses.mit; 62 - maintainers = with maintainers; [ Br1ght0ne figsoda kloenk SuperSandro2000 ]; 62 + maintainers = with maintainers; [ Br1ght0ne figsoda kloenk ]; 63 63 }; 64 64 }
+1 -1
pkgs/tools/misc/panicparse/default.nix
··· 22 22 description = "Crash your app in style (Golang)"; 23 23 homepage = "https://github.com/maruel/panicparse"; 24 24 license = licenses.asl20; 25 - maintainers = with maintainers; [ SuperSandro2000 ]; 25 + maintainers = with maintainers; [ ]; 26 26 }; 27 27 }
+1 -1
pkgs/tools/misc/procyon/default.nix
··· 27 27 sourceProvenance = with sourceTypes; [ binaryBytecode ]; 28 28 homepage = "https://github.com/mstrobel/procyon/"; 29 29 license = licenses.asl20; 30 - maintainers = with maintainers; [ SuperSandro2000 ]; 30 + maintainers = with maintainers; [ ]; 31 31 }; 32 32 }
+1 -1
pkgs/tools/misc/smenu/default.nix
··· 22 22 your selection will be sent to standard output. 23 23 ''; 24 24 license = licenses.gpl2Only; 25 - maintainers = with maintainers; [ matthiasbeyer SuperSandro2000 ]; 25 + maintainers = with maintainers; [ matthiasbeyer ]; 26 26 platforms = platforms.unix; 27 27 }; 28 28 }
+1 -1
pkgs/tools/misc/thefuck/default.nix
··· 39 39 homepage = "https://github.com/nvbn/thefuck"; 40 40 description = "Magnificent app which corrects your previous console command"; 41 41 license = licenses.mit; 42 - maintainers = with maintainers; [ SuperSandro2000 ]; 42 + maintainers = with maintainers; [ ]; 43 43 }; 44 44 }
+1 -1
pkgs/tools/misc/tmux/default.nix
··· 102 102 changelog = "https://github.com/tmux/tmux/raw/${finalAttrs.version}/CHANGES"; 103 103 license = lib.licenses.bsd3; 104 104 platforms = lib.platforms.unix; 105 - maintainers = with lib.maintainers; [ thammers fpletz SuperSandro2000 srapenne ]; 105 + maintainers = with lib.maintainers; [ thammers fpletz srapenne ]; 106 106 }; 107 107 })
+1 -1
pkgs/tools/misc/uutils-coreutils/default.nix
··· 49 49 CLI utils in Rust. This repo is to aggregate the GNU coreutils rewrites. 50 50 ''; 51 51 homepage = "https://github.com/uutils/coreutils"; 52 - maintainers = with maintainers; [ siraben SuperSandro2000 ]; 52 + maintainers = with maintainers; [ siraben ]; 53 53 license = licenses.mit; 54 54 platforms = platforms.unix; 55 55 };
+1 -1
pkgs/tools/networking/bandwhich/default.nix
··· 43 43 ''; 44 44 homepage = "https://github.com/imsnif/bandwhich"; 45 45 license = licenses.mit; 46 - maintainers = with maintainers; [ Br1ght0ne SuperSandro2000 ]; 46 + maintainers = with maintainers; [ Br1ght0ne ]; 47 47 platforms = platforms.unix; 48 48 }; 49 49 }
+1 -1
pkgs/tools/networking/mosh/default.nix
··· 55 55 especially over Wi-Fi, cellular, and long-distance links. 56 56 ''; 57 57 license = licenses.gpl3Plus; 58 - maintainers = with maintainers; [ viric SuperSandro2000 ]; 58 + maintainers = with maintainers; [ viric ]; 59 59 platforms = platforms.unix; 60 60 }; 61 61 }
+1 -1
pkgs/tools/networking/qrcp/default.nix
··· 41 41 complete. 42 42 ''; 43 43 license = licenses.mit; 44 - maintainers = with maintainers; [ fgaz SuperSandro2000 ]; 44 + maintainers = with maintainers; [ fgaz ]; 45 45 broken = stdenv.isDarwin; # needs golang.org/x/sys bump 46 46 }; 47 47 }
+1 -1
pkgs/tools/package-management/holo-build/default.nix
··· 54 54 description = "Cross-distribution system package compiler"; 55 55 homepage = "https://holocm.org/"; 56 56 license = licenses.gpl3Plus; 57 - maintainers = with maintainers; [ SuperSandro2000 ]; 57 + maintainers = with maintainers; [ ]; 58 58 }; 59 59 }
+1 -1
pkgs/tools/package-management/nixpkgs-review/default.nix
··· 43 43 homepage = "https://github.com/Mic92/nixpkgs-review"; 44 44 changelog = "https://github.com/Mic92/nixpkgs-review/releases/tag/${version}"; 45 45 license = licenses.mit; 46 - maintainers = with maintainers; [ figsoda mic92 SuperSandro2000 ]; 46 + maintainers = with maintainers; [ figsoda mic92 ]; 47 47 }; 48 48 }
+1 -1
pkgs/tools/security/sshuttle/default.nix
··· 44 44 Works with Linux and Mac OS and supports DNS tunneling. 45 45 ''; 46 46 license = licenses.lgpl21; 47 - maintainers = with maintainers; [ domenkozar carlosdagos SuperSandro2000 ]; 47 + maintainers = with maintainers; [ domenkozar carlosdagos ]; 48 48 }; 49 49 }
+1 -1
pkgs/tools/system/ctop/default.nix
··· 19 19 description = "Top-like interface for container metrics"; 20 20 homepage = "https://ctop.sh/"; 21 21 license = licenses.mit; 22 - maintainers = with maintainers; [ apeyroux marsam SuperSandro2000 ]; 22 + maintainers = with maintainers; [ apeyroux marsam ]; 23 23 }; 24 24 }
+1 -1
pkgs/tools/system/systeroid/default.nix
··· 34 34 description = "More powerful alternative to sysctl(8) with a terminal user interface"; 35 35 homepage = "https://github.com/orhun/systeroid"; 36 36 license = licenses.asl20; 37 - maintainers = with maintainers; [ SuperSandro2000 ]; 37 + maintainers = with maintainers; [ ]; 38 38 }; 39 39 }
+1 -1
pkgs/tools/system/tree/default.nix
··· 46 46 the LS_COLORS environment variable is set and output is to tty. 47 47 ''; 48 48 platforms = platforms.all; 49 - maintainers = with maintainers; [ SuperSandro2000 ]; 49 + maintainers = with maintainers; [ ]; 50 50 }; 51 51 }
+1 -1
pkgs/tools/virtualization/onmetal-image/default.nix
··· 34 34 description = "Onmetal OCI Image Specification, Library and Tooling"; 35 35 homepage = "https://github.com/onmetal/onmetal-image"; 36 36 license = licenses.asl20; 37 - maintainers = with maintainers; [ SuperSandro2000 ]; 37 + maintainers = with maintainers; [ ]; 38 38 }; 39 39 }
+2 -2
pkgs/top-level/lua-packages.nix
··· 76 76 description = "New FFI-based API for lua-nginx-module"; 77 77 homepage = "https://github.com/openresty/lua-resty-core"; 78 78 license = licenses.bsd3; 79 - maintainers = with maintainers; [ SuperSandro2000 ]; 79 + maintainers = with maintainers; [ ]; 80 80 }; 81 81 }) {}; 82 82 ··· 95 95 description = "Lua-land LRU Cache based on LuaJIT FFI"; 96 96 homepage = "https://github.com/openresty/lua-resty-lrucache"; 97 97 license = licenses.bsd3; 98 - maintainers = with maintainers; [ SuperSandro2000 ]; 98 + maintainers = with maintainers; [ ]; 99 99 }; 100 100 }) {}; 101 101