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