Skip to content

Commit

Permalink
Remove myself from maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienCassou committed Jan 31, 2017
1 parent 3ccc139 commit 58dc8e3
Show file tree
Hide file tree
Showing 23 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion nixos/tests/emacs-daemon.nix
@@ -1,7 +1,7 @@
import ./make-test.nix ({ pkgs, ...} : {
name = "emacs-daemon";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ DamienCassou ];
maintainers = [ ];
};

enableOCR = true;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/open-pdf-presenter/default.nix
Expand Up @@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
homepage = https://github.com/olabini/open-pdf-presenter;
description = "A program for presenting PDFs on multi-monitor settings (typically a laptop connected to a overhead projector)";
license = stdenv.lib.licenses.gpl3;
maintainers = [ stdenv.lib.maintainers.DamienCassou ];
maintainers = [ ];
platforms = stdenv.lib.platforms.all;
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/misc/tnef/default.nix
Expand Up @@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
'';
homepage = https://github.com/verdammelt/tnef;
license = licenses.gpl2;
maintainers = [ maintainers.DamienCassou ];
maintainers = [ ];
platforms = platforms.all;
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/networking/sync/backintime/common.nix
Expand Up @@ -35,7 +35,7 @@ in stdenv.mkDerivation rec {
homepage = https://github.com/bit-team/backintime;
description = "Simple backup tool for Linux";
license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.DamienCassou ];
maintainers = [ ];
platforms = stdenv.lib.platforms.all;
longDescription = ''
Back In Time is a simple backup tool (on top of rsync) for Linux
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/science/programming/plm/default.nix
Expand Up @@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
description = "Free cross-platform programming exerciser";
Homepage = http://webloria.loria.fr/~quinson/Teaching/PLM/;
license = licenses.gpl3;
maintainers = [ maintainers.DamienCassou ];
maintainers = [ ];
platforms = stdenv.lib.platforms.all;
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/video/byzanz/default.nix
Expand Up @@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/GNOME/byzanz;
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = [ maintainers.DamienCassou ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/video/recordmydesktop/default.nix
Expand Up @@ -24,6 +24,6 @@ stdenv.mkDerivation rec {
homepage = http://recordmydesktop.sourceforge.net/;
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = [ maintainers.DamienCassou ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/video/recordmydesktop/gtk.nix
Expand Up @@ -32,6 +32,6 @@ in stdenv.mkDerivation rec {
homepage = http://recordmydesktop.sourceforge.net/;
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = [ maintainers.DamienCassou ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/video/recordmydesktop/qt.nix
Expand Up @@ -32,6 +32,6 @@ in stdenv.mkDerivation rec {
homepage = http://recordmydesktop.sourceforge.net/;
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = [ maintainers.DamienCassou ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/data/fonts/gentium-book-basic/default.nix
Expand Up @@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = "http://software.sil.org/gentium/";
description = "A high-quality typeface family for Latin, Cyrillic, and Greek";
maintainers = with maintainers; [ DamienCassou ];
maintainers = with maintainers; [ ];
license = licenses.ofl;
platforms = platforms.all;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/desktops/gnome-3/3.22/default.nix
Expand Up @@ -14,7 +14,7 @@ let
callPackage = pkgs.newScope self;

version = "3.22";
maintainers = with pkgs.lib.maintainers; [ lethalman jgeerds DamienCassou ];
maintainers = with pkgs.lib.maintainers; [ lethalman jgeerds ];

corePackages = with gnome3; [
pkgs.desktop_file_utils pkgs.ibus
Expand Down
2 changes: 1 addition & 1 deletion pkgs/desktops/gnome-3/3.22/misc/pidgin/default.nix
Expand Up @@ -37,6 +37,6 @@ stdenv.mkDerivation rec {
description = "Make Pidgin IM conversations appear in the Gnome Shell message tray";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ DamienCassou ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/desktops/gnome-3/3.22/misc/pomodoro/default.nix
Expand Up @@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
This GNOME utility helps to manage time according to Pomodoro Technique.
It intends to improve productivity and focus by taking short breaks.
'';
maintainers = with maintainers; [ DamienCassou jgeerds ];
maintainers = with maintainers; [ jgeerds ];
license = licenses.gpl3;
platforms = platforms.linux;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/uhttpmock/default.nix
Expand Up @@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
description = "Project for mocking web service APIs which use HTTP or HTTPS";
homepage = https://gitlab.com/groups/uhttpmock/;
license = licenses.lgpl21;
maintainers = with maintainers; [ DamienCassou ];
maintainers = with maintainers; [ ];
platforms = with platforms; linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/pharo/launcher/default.nix
Expand Up @@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
'';
homepage = http://pharo.org;
license = stdenv.lib.licenses.mit;
maintainers = [ stdenv.lib.maintainers.DamienCassou ];
maintainers = [ ];
platforms = pharo-vm.meta.platforms;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/pharo/vm/build-vm.nix
Expand Up @@ -89,7 +89,7 @@ stdenv.mkDerivation rec {
'';
homepage = http://pharo.org;
license = stdenv.lib.licenses.mit;
maintainers = [ stdenv.lib.maintainers.DamienCassou ];
maintainers = [ ];
# Pharo VM sources are packaged separately for darwin (OS X)
platforms = with stdenv.lib;
intersectLists
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/pharo/vm/share.nix
Expand Up @@ -49,6 +49,6 @@ stdenv.mkDerivation rec {
description = "Shared files for Pharo";
homepage = http://pharo.org;
license = stdenv.lib.licenses.mit;
maintainers = [ stdenv.lib.maintainers.DamienCassou ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/misc/tmate/default.nix
Expand Up @@ -22,6 +22,6 @@ stdenv.mkDerivation rec {
description = "Instant Terminal Sharing";
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ DamienCassou ];
maintainers = with stdenv.lib.maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/misc/umlet/default.nix
Expand Up @@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
'';
homepage = http://www.umlet.com;
license = licenses.gpl3;
maintainers = [ maintainers.DamienCassou ];
maintainers = [ ];
platforms = platforms.all;
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/misc/vdirsyncer/default.nix
Expand Up @@ -32,7 +32,7 @@ pythonPackages.buildPythonApplication rec {
meta = with stdenv.lib; {
homepage = https://github.com/pimutils/vdirsyncer;
description = "Synchronize calendars and contacts";
maintainers = with maintainers; [ matthiasbeyer jgeerds DamienCassou ];
maintainers = with maintainers; [ matthiasbeyer jgeerds ];
platforms = platforms.all;
license = licenses.mit;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/networking/asynk/default.nix
Expand Up @@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
homepage = http://asynk.io/;
description = "Flexible contacts synchronization program";
license = licenses.agpl3;
maintainers = [ maintainers.DamienCassou ];
maintainers = [ ];
platforms = platforms.unix;
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/typesetting/git-latexdiff/default.nix
Expand Up @@ -30,7 +30,7 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
description = "View diff on LaTeX source files on the generated PDF files";
maintainers = [ maintainers.DamienCassou ];
maintainers = [ ];
license = licenses.free; # https://gitlab.com/git-latexdiff/git-latexdiff/issues/9
platforms = platforms.unix;
};
Expand Down
36 changes: 18 additions & 18 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -3819,7 +3819,7 @@ in {
homepage = https://github.com/click-contrib/click-log/;
description = "Logging integration for Click";
license = licenses.mit;
maintainers = with maintainers; [ DamienCassou ];
maintainers = with maintainers; [ ];
};
};

Expand All @@ -3846,7 +3846,7 @@ in {
homepage = https://github.com/click-contrib/click-threading/;
description = "Multithreaded Click apps made easy";
license = licenses.mit;
maintainers = with maintainers; [ DamienCassou ];
maintainers = with maintainers; [ ];
};
};

Expand Down Expand Up @@ -7403,7 +7403,7 @@ in {
homepage = https://github.com/matlink/gplaycli;
description = "Google Play Downloader via Command line";
license = licenses.agpl3Plus;
maintainers = with maintainers; [ DamienCassou ];
maintainers = with maintainers; [ ];
};
};

Expand Down Expand Up @@ -8365,7 +8365,7 @@ in {
homepage = https://github.com/cedadev/ndg_httpsclient/;
description = "Provide enhanced HTTPS support for httplib and urllib2 using PyOpenSSL";
license = licenses.bsd2;
maintainers = with maintainers; [ DamienCassou ];
maintainers = with maintainers; [ ];
};
};

Expand Down Expand Up @@ -8620,7 +8620,7 @@ in {
description = "Tool for extracting information from PDF documents";
homepage = http://euske.github.io/pdfminer/index.html;
license = licenses.mit;
maintainers = with maintainers; [ DamienCassou ];
maintainers = with maintainers; [ ];
};
};

Expand Down Expand Up @@ -11129,7 +11129,7 @@ in {
meta = {
homepage = https://f-droid.org;
description = "Server and tools for F-Droid, the Free Software repository system for Android";
maintainers = with maintainers; [ DamienCassou ];
maintainers = with maintainers; [ ];
license = licenses.agpl3;
};
};
Expand Down Expand Up @@ -15052,7 +15052,7 @@ in {
meta = {
homepage = https://github.com/aroig/mutag;
license = licenses.gpl3;
maintainers = with maintainers; [ DamienCassou ];
maintainers = with maintainers; [ ];
};
};

Expand Down Expand Up @@ -15157,7 +15157,7 @@ in {

meta = {
description = "Python client library to the MediaWiki API";
maintainers = with maintainers; [ DamienCassou ];
maintainers = with maintainers; [ ];
license = licenses.mit;
homepage = https://github.com/mwclient/mwclient;
};
Expand Down Expand Up @@ -19547,7 +19547,7 @@ in {
description = "Module for reading vCard and vCalendar files";
homepage = http://eventable.github.io/vobject/;
license = licenses.asl20;
maintainers = with maintainers; [ DamienCassou ];
maintainers = with maintainers; [ ];
};
};

Expand All @@ -19568,7 +19568,7 @@ in {
description = "Command-line interface carddav client";
homepage = http://lostpackets.de/pycarddav;
license = licenses.mit;
maintainers = with maintainers; [ DamienCassou ];
maintainers = with maintainers; [ ];
};
};

Expand Down Expand Up @@ -20409,7 +20409,7 @@ in {
description = "Media Meta Data retrieval framework";
homepage = http://sourceforge.net/projects/mmpython/;
license = licenses.gpl2;
maintainers = with maintainers; [ DamienCassou ];
maintainers = with maintainers; [ ];
};
};

Expand Down Expand Up @@ -20452,7 +20452,7 @@ in {
description = "Generic application framework, providing the foundation for other modules";
homepage = https://github.com/freevo/kaa-base;
license = licenses.lgpl21;
maintainers = with maintainers; [ DamienCassou ];
maintainers = with maintainers; [ ];
};
};

Expand Down Expand Up @@ -20499,7 +20499,7 @@ in {
description = "Python library for parsing media metadata, which can extract metadata (e.g., such as id3 tags) from a wide range of media files";
homepage = https://github.com/freevo/kaa-metadata;
license = licenses.gpl2;
maintainers = with maintainers; [ DamienCassou ];
maintainers = with maintainers; [ ];
};
};

Expand Down Expand Up @@ -23561,7 +23561,7 @@ in {
description = "A Parser Generator for Python";
homepage = https://pypi.python.org/pypi/SimpleParse;
platforms = platforms.all;
maintainers = with maintainers; [ DamienCassou ];
maintainers = with maintainers; [ ];
};
};

Expand Down Expand Up @@ -25033,7 +25033,7 @@ in {
description = "Tool for automatic download/upload subtitles for videofiles using fast hashing";
homepage = http://www.subdownloader.net;
license = licenses.gpl3;
maintainers = with maintainers; [ DamienCassou ];
maintainers = with maintainers; [ ];
};
};

Expand Down Expand Up @@ -25171,7 +25171,7 @@ in {

meta = {
description = " GTK3 & python based GUI for Syncthing ";
maintainers = with maintainers; [ DamienCassou ];
maintainers = with maintainers; [ ];
platforms = pkgs.syncthing.meta.platforms;
homepage = "https://github.com/syncthing/syncthing-gtk";
license = licenses.gpl2;
Expand Down Expand Up @@ -27843,7 +27843,7 @@ EOF
homepage = https://github.com/scs3jb/screenkey;
description = "A screencast tool to show your keys";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ DamienCassou ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
};
Expand Down Expand Up @@ -29361,7 +29361,7 @@ EOF
homepage = http://weboob.org;
description = "Collection of applications and APIs to interact with websites without requiring the user to open a browser";
license = licenses.agpl3;
maintainers = with maintainers; [ DamienCassou ];
maintainers = with maintainers; [ ];
};
};

Expand Down

0 comments on commit 58dc8e3

Please sign in to comment.