maintainers: remove eduardosm
This commit is contained in:
parent
dcc34fe9e1
commit
66d6ec6ed2
@ -2839,12 +2839,6 @@
|
|||||||
githubId = 119483;
|
githubId = 119483;
|
||||||
name = "Matthew Brown";
|
name = "Matthew Brown";
|
||||||
};
|
};
|
||||||
eduardosm = {
|
|
||||||
email = "esm@eduardosm.net";
|
|
||||||
github = "eduardosm";
|
|
||||||
githubId = 761151;
|
|
||||||
name = "Eduardo Sánchez Muñoz";
|
|
||||||
};
|
|
||||||
eduarrrd = {
|
eduarrrd = {
|
||||||
email = "e.bachmakov@gmail.com";
|
email = "e.bachmakov@gmail.com";
|
||||||
github = "eduarrrd";
|
github = "eduarrrd";
|
||||||
|
@ -29,6 +29,6 @@ mkDerivation rec {
|
|||||||
description = "Desktop client for Seafile, the Next-generation Open Source Cloud Storage";
|
description = "Desktop client for Seafile, the Next-generation Open Source Cloud Storage";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ eduardosm ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -69,6 +69,6 @@ mkDerivation rec {
|
|||||||
homepage = "https://github.com/pothosware/PothosCore/wiki";
|
homepage = "https://github.com/pothosware/PothosCore/wiki";
|
||||||
license = licenses.boost;
|
license = licenses.boost;
|
||||||
platforms = platforms.linux;
|
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";
|
changelog = "https://github.com/bancika/diy-layout-creator/releases";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ eduardosm ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Disables unredirect fullscreen windows in gnome-shell to avoid tearing";
|
description = "Disables unredirect fullscreen windows in gnome-shell to avoid tearing";
|
||||||
license = licenses.gpl3Only;
|
license = licenses.gpl3Only;
|
||||||
homepage = "https://github.com/kazysmaster/gnome-shell-extension-disable-unredirect";
|
homepage = "https://github.com/kazysmaster/gnome-shell-extension-disable-unredirect";
|
||||||
maintainers = with maintainers; [ eduardosm ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -24,6 +24,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://www.sollya.org/";
|
homepage = "https://www.sollya.org/";
|
||||||
license = licenses.cecill-c;
|
license = licenses.cecill-c;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ eduardosm ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -29,6 +29,6 @@ buildPythonPackage rec {
|
|||||||
homepage = "https://github.com/sebastinas/cwcwidth";
|
homepage = "https://github.com/sebastinas/cwcwidth";
|
||||||
changelog = "https://github.com/sebastinas/cwcwidth/blob/main/CHANGELOG.md";
|
changelog = "https://github.com/sebastinas/cwcwidth/blob/main/CHANGELOG.md";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ eduardosm ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -59,6 +59,6 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/frescobaldi/python-poppler-qt5";
|
homepage = "https://github.com/frescobaldi/python-poppler-qt5";
|
||||||
license = licenses.lgpl21Plus;
|
license = licenses.lgpl21Plus;
|
||||||
maintainers = with maintainers; [ eduardosm ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -35,6 +35,6 @@ buildPythonPackage rec {
|
|||||||
description = "Creates C++ bindings for Python modules";
|
description = "Creates C++ bindings for Python modules";
|
||||||
homepage = "http://www.riverbankcomputing.co.uk/";
|
homepage = "http://www.riverbankcomputing.co.uk/";
|
||||||
license = licenses.gpl3Only;
|
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";
|
description = "Python library for comparing distance between two or more sequences";
|
||||||
homepage = "https://github.com/life4/textdistance";
|
homepage = "https://github.com/life4/textdistance";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ eduardosm ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -36,6 +36,6 @@ python3Packages.buildPythonApplication rec {
|
|||||||
homepage = "https://github.com/MTG/acousticbrainz-client";
|
homepage = "https://github.com/MTG/acousticbrainz-client";
|
||||||
# essentia-extractor is only available for those platforms
|
# essentia-extractor is only available for those platforms
|
||||||
platforms = [ "x86_64-linux" "i686-linux" ];
|
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";
|
description = "Script to submit ISRCs from disc to MusicBrainz";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
homepage = "http://jonnyjd.github.io/musicbrainz-isrcsubmit/";
|
homepage = "http://jonnyjd.github.io/musicbrainz-isrcsubmit/";
|
||||||
maintainers = with maintainers; [ eduardosm ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user