Merge pull request #143391 from eduardosm/remove-maintainer

authored by Sandro and committed by GitHub b25f4f08 ea538a19

+11 -17
-6
maintainers/maintainer-list.nix
··· 3227 githubId = 119483; 3228 name = "Matthew Brown"; 3229 }; 3230 - eduardosm = { 3231 - email = "esm@eduardosm.net"; 3232 - github = "eduardosm"; 3233 - githubId = 761151; 3234 - name = "Eduardo Sánchez Muñoz"; 3235 - }; 3236 eduarrrd = { 3237 email = "e.bachmakov@gmail.com"; 3238 github = "eduarrrd";
··· 3227 githubId = 119483; 3228 name = "Matthew Brown"; 3229 }; 3230 eduarrrd = { 3231 email = "e.bachmakov@gmail.com"; 3232 github = "eduarrrd";
+1 -1
pkgs/applications/networking/seafile-client/default.nix
··· 29 description = "Desktop client for Seafile, the Next-generation Open Source Cloud Storage"; 30 license = licenses.asl20; 31 platforms = platforms.linux; 32 - maintainers = with maintainers; [ eduardosm ]; 33 }; 34 }
··· 29 description = "Desktop client for Seafile, the Next-generation Open Source Cloud Storage"; 30 license = licenses.asl20; 31 platforms = platforms.linux; 32 + maintainers = with maintainers; [ ]; 33 }; 34 }
+1 -1
pkgs/applications/radio/pothos/default.nix
··· 69 homepage = "https://github.com/pothosware/PothosCore/wiki"; 70 license = licenses.boost; 71 platforms = platforms.linux; 72 - maintainers = with maintainers; [ eduardosm ]; 73 }; 74 }
··· 69 homepage = "https://github.com/pothosware/PothosCore/wiki"; 70 license = licenses.boost; 71 platforms = platforms.linux; 72 + maintainers = with maintainers; [ ]; 73 }; 74 }
+1 -1
pkgs/applications/science/electronics/diylc/default.nix
··· 71 changelog = "https://github.com/bancika/diy-layout-creator/releases"; 72 license = licenses.gpl3Plus; 73 platforms = platforms.linux; 74 - maintainers = with maintainers; [ eduardosm ]; 75 }; 76 }
··· 71 changelog = "https://github.com/bancika/diy-layout-creator/releases"; 72 license = licenses.gpl3Plus; 73 platforms = platforms.linux; 74 + maintainers = with maintainers; [ ]; 75 }; 76 }
+1 -1
pkgs/development/interpreters/sollya/default.nix
··· 24 homepage = "https://www.sollya.org/"; 25 license = licenses.cecill-c; 26 platforms = platforms.linux; 27 - maintainers = with maintainers; [ eduardosm ]; 28 }; 29 }
··· 24 homepage = "https://www.sollya.org/"; 25 license = licenses.cecill-c; 26 platforms = platforms.linux; 27 + maintainers = with maintainers; [ ]; 28 }; 29 }
+1 -1
pkgs/development/python-modules/cwcwidth/default.nix
··· 29 homepage = "https://github.com/sebastinas/cwcwidth"; 30 changelog = "https://github.com/sebastinas/cwcwidth/blob/main/CHANGELOG.md"; 31 license = licenses.mit; 32 - maintainers = with maintainers; [ eduardosm ]; 33 }; 34 }
··· 29 homepage = "https://github.com/sebastinas/cwcwidth"; 30 changelog = "https://github.com/sebastinas/cwcwidth/blob/main/CHANGELOG.md"; 31 license = licenses.mit; 32 + maintainers = with maintainers; [ ]; 33 }; 34 }
+1 -1
pkgs/development/python-modules/poppler-qt5/default.nix
··· 54 meta = with lib; { 55 homepage = "https://github.com/frescobaldi/python-poppler-qt5"; 56 license = licenses.lgpl21Plus; 57 - maintainers = with maintainers; [ eduardosm ]; 58 }; 59 }
··· 54 meta = with lib; { 55 homepage = "https://github.com/frescobaldi/python-poppler-qt5"; 56 license = licenses.lgpl21Plus; 57 + maintainers = with maintainers; [ ]; 58 }; 59 }
+1 -1
pkgs/development/python-modules/pyqt-builder/default.nix
··· 21 description = "PEP 517 compliant build system for PyQt"; 22 homepage = "https://pypi.org/project/PyQt-builder/"; 23 license = licenses.gpl3Only; 24 - maintainers = with maintainers; [ eduardosm ]; 25 }; 26 }
··· 21 description = "PEP 517 compliant build system for PyQt"; 22 homepage = "https://pypi.org/project/PyQt-builder/"; 23 license = licenses.gpl3Only; 24 + maintainers = with maintainers; [ ]; 25 }; 26 }
+1 -1
pkgs/development/python-modules/sip/default.nix
··· 35 description = "Creates C++ bindings for Python modules"; 36 homepage = "https://riverbankcomputing.com/"; 37 license = licenses.gpl3Only; 38 - maintainers = with maintainers; [ eduardosm ]; 39 }; 40 }
··· 35 description = "Creates C++ bindings for Python modules"; 36 homepage = "https://riverbankcomputing.com/"; 37 license = licenses.gpl3Only; 38 + maintainers = with maintainers; [ ]; 39 }; 40 }
+1 -1
pkgs/development/python-modules/textdistance/default.nix
··· 18 description = "Python library for comparing distance between two or more sequences"; 19 homepage = "https://github.com/life4/textdistance"; 20 license = licenses.mit; 21 - maintainers = with maintainers; [ eduardosm ]; 22 }; 23 }
··· 18 description = "Python library for comparing distance between two or more sequences"; 19 homepage = "https://github.com/life4/textdistance"; 20 license = licenses.mit; 21 + maintainers = with maintainers; [ ]; 22 }; 23 }
+1 -1
pkgs/tools/audio/acousticbrainz-client/default.nix
··· 36 homepage = "https://github.com/MTG/acousticbrainz-client"; 37 # essentia-extractor is only available for those platforms 38 platforms = [ "x86_64-linux" "i686-linux" ]; 39 - maintainers = with maintainers; [ eduardosm ]; 40 }; 41 }
··· 36 homepage = "https://github.com/MTG/acousticbrainz-client"; 37 # essentia-extractor is only available for those platforms 38 platforms = [ "x86_64-linux" "i686-linux" ]; 39 + maintainers = with maintainers; [ ]; 40 }; 41 }
+1 -1
pkgs/tools/audio/isrcsubmit/default.nix
··· 19 description = "Script to submit ISRCs from disc to MusicBrainz"; 20 license = licenses.gpl3Plus; 21 homepage = "http://jonnyjd.github.io/musicbrainz-isrcsubmit/"; 22 - maintainers = with maintainers; [ eduardosm ]; 23 }; 24 }
··· 19 description = "Script to submit ISRCs from disc to MusicBrainz"; 20 license = licenses.gpl3Plus; 21 homepage = "http://jonnyjd.github.io/musicbrainz-isrcsubmit/"; 22 + maintainers = with maintainers; [ ]; 23 }; 24 }