maintainers: remove eduardosm

main
Eduardo Sánchez Muñoz 3 years ago
parent 28405cad78
commit 5fdab076f0
  1. 6
      maintainers/maintainer-list.nix
  2. 2
      pkgs/applications/networking/seafile-client/default.nix
  3. 2
      pkgs/applications/radio/pothos/default.nix
  4. 2
      pkgs/applications/science/electronics/diylc/default.nix
  5. 2
      pkgs/development/interpreters/sollya/default.nix
  6. 2
      pkgs/development/python-modules/cwcwidth/default.nix
  7. 2
      pkgs/development/python-modules/poppler-qt5/default.nix
  8. 2
      pkgs/development/python-modules/pyqt-builder/default.nix
  9. 2
      pkgs/development/python-modules/sip/default.nix
  10. 2
      pkgs/development/python-modules/textdistance/default.nix
  11. 2
      pkgs/tools/audio/acousticbrainz-client/default.nix
  12. 2
      pkgs/tools/audio/isrcsubmit/default.nix

@ -3227,12 +3227,6 @@
githubId = 119483;
name = "Matthew Brown";
};
eduardosm = {
email = "esm@eduardosm.net";
github = "eduardosm";
githubId = 761151;
name = "Eduardo Sánchez Muñoz";
};
eduarrrd = {
email = "e.bachmakov@gmail.com";
github = "eduarrrd";

@ -29,6 +29,6 @@ mkDerivation rec {
description = "Desktop client for Seafile, the Next-generation Open Source Cloud Storage";
license = licenses.asl20;
platforms = platforms.linux;
maintainers = with maintainers; [ eduardosm ];
maintainers = with maintainers; [ ];
};
}

@ -69,6 +69,6 @@ mkDerivation rec {
homepage = "https://github.com/pothosware/PothosCore/wiki";
license = licenses.boost;
platforms = platforms.linux;
maintainers = with maintainers; [ eduardosm ];
maintainers = with maintainers; [ ];
};
}

@ -71,6 +71,6 @@ stdenv.mkDerivation rec {
changelog = "https://github.com/bancika/diy-layout-creator/releases";
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ eduardosm ];
maintainers = with maintainers; [ ];
};
}

@ -24,6 +24,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.sollya.org/";
license = licenses.cecill-c;
platforms = platforms.linux;
maintainers = with maintainers; [ eduardosm ];
maintainers = with maintainers; [ ];
};
}

@ -29,6 +29,6 @@ buildPythonPackage rec {
homepage = "https://github.com/sebastinas/cwcwidth";
changelog = "https://github.com/sebastinas/cwcwidth/blob/main/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ eduardosm ];
maintainers = with maintainers; [ ];
};
}

@ -54,6 +54,6 @@ buildPythonPackage rec {
meta = with lib; {
homepage = "https://github.com/frescobaldi/python-poppler-qt5";
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ eduardosm ];
maintainers = with maintainers; [ ];
};
}

@ -21,6 +21,6 @@ buildPythonPackage rec {
description = "PEP 517 compliant build system for PyQt";
homepage = "https://pypi.org/project/PyQt-builder/";
license = licenses.gpl3Only;
maintainers = with maintainers; [ eduardosm ];
maintainers = with maintainers; [ ];
};
}

@ -35,6 +35,6 @@ buildPythonPackage rec {
description = "Creates C++ bindings for Python modules";
homepage = "https://riverbankcomputing.com/";
license = licenses.gpl3Only;
maintainers = with maintainers; [ eduardosm ];
maintainers = with maintainers; [ ];
};
}

@ -18,6 +18,6 @@ buildPythonPackage rec {
description = "Python library for comparing distance between two or more sequences";
homepage = "https://github.com/life4/textdistance";
license = licenses.mit;
maintainers = with maintainers; [ eduardosm ];
maintainers = with maintainers; [ ];
};
}

@ -36,6 +36,6 @@ python3Packages.buildPythonApplication rec {
homepage = "https://github.com/MTG/acousticbrainz-client";
# essentia-extractor is only available for those platforms
platforms = [ "x86_64-linux" "i686-linux" ];
maintainers = with maintainers; [ eduardosm ];
maintainers = with maintainers; [ ];
};
}

@ -19,6 +19,6 @@ python3Packages.buildPythonApplication rec {
description = "Script to submit ISRCs from disc to MusicBrainz";
license = licenses.gpl3Plus;
homepage = "http://jonnyjd.github.io/musicbrainz-isrcsubmit/";
maintainers = with maintainers; [ eduardosm ];
maintainers = with maintainers; [ ];
};
}

Loading…
Cancel
Save