maintainers: remove eduardosm

This commit is contained in:
Eduardo Sánchez Muñoz 2021-10-28 16:21:46 +02:00
parent 28405cad78
commit 5fdab076f0
12 changed files with 11 additions and 17 deletions

View file

@ -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";

View file

@ -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; [ ];
};
}

View file

@ -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; [ ];
};
}

View file

@ -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; [ ];
};
}

View file

@ -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; [ ];
};
}

View file

@ -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; [ ];
};
}

View file

@ -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; [ ];
};
}

View file

@ -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; [ ];
};
}

View file

@ -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; [ ];
};
}

View file

@ -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; [ ];
};
}

View file

@ -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; [ ];
};
}

View file

@ -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; [ ];
};
}