Remove myself from maintainers

Changed files
+40 -40
nixos
pkgs
applications
misc
open-pdf-presenter
tnef
networking
sync
backintime
science
programming
video
byzanz
recordmydesktop
data
fonts
gentium-book-basic
desktops
gnome-3
3.22
misc
pidgin
pomodoro
development
libraries
uhttpmock
pharo
tools
misc
tmate
umlet
vdirsyncer
networking
asynk
typesetting
git-latexdiff
top-level
+1 -1
nixos/tests/emacs-daemon.nix
···
import ./make-test.nix ({ pkgs, ...} : {
name = "emacs-daemon";
meta = with pkgs.stdenv.lib.maintainers; {
-
maintainers = [ DamienCassou ];
+
maintainers = [ ];
};
enableOCR = true;
+1 -1
pkgs/applications/misc/open-pdf-presenter/default.nix
···
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;
};
}
+1 -1
pkgs/applications/misc/tnef/default.nix
···
'';
homepage = https://github.com/verdammelt/tnef;
license = licenses.gpl2;
-
maintainers = [ maintainers.DamienCassou ];
+
maintainers = [ ];
platforms = platforms.all;
};
}
+1 -1
pkgs/applications/networking/sync/backintime/common.nix
···
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
+1 -1
pkgs/applications/science/programming/plm/default.nix
···
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;
};
}
+1 -1
pkgs/applications/video/byzanz/default.nix
···
homepage = https://github.com/GNOME/byzanz;
license = licenses.gpl3;
platforms = platforms.linux;
-
maintainers = [ maintainers.DamienCassou ];
+
maintainers = [ ];
};
}
+1 -1
pkgs/applications/video/recordmydesktop/default.nix
···
homepage = http://recordmydesktop.sourceforge.net/;
license = licenses.gpl2;
platforms = platforms.linux;
-
maintainers = [ maintainers.DamienCassou ];
+
maintainers = [ ];
};
}
+1 -1
pkgs/applications/video/recordmydesktop/gtk.nix
···
homepage = http://recordmydesktop.sourceforge.net/;
license = licenses.gpl2;
platforms = platforms.linux;
-
maintainers = [ maintainers.DamienCassou ];
+
maintainers = [ ];
};
}
+1 -1
pkgs/applications/video/recordmydesktop/qt.nix
···
homepage = http://recordmydesktop.sourceforge.net/;
license = licenses.gpl2;
platforms = platforms.linux;
-
maintainers = [ maintainers.DamienCassou ];
+
maintainers = [ ];
};
}
+1 -1
pkgs/data/fonts/gentium-book-basic/default.nix
···
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;
};
+1 -1
pkgs/desktops/gnome-3/3.22/default.nix
···
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
+1 -1
pkgs/desktops/gnome-3/3.22/misc/pidgin/default.nix
···
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; [ ];
};
}
+1 -1
pkgs/desktops/gnome-3/3.22/misc/pomodoro/default.nix
···
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;
};
+1 -1
pkgs/development/libraries/uhttpmock/default.nix
···
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;
};
}
+1 -1
pkgs/development/pharo/launcher/default.nix
···
'';
homepage = http://pharo.org;
license = stdenv.lib.licenses.mit;
-
maintainers = [ stdenv.lib.maintainers.DamienCassou ];
+
maintainers = [ ];
platforms = pharo-vm.meta.platforms;
};
}
+1 -1
pkgs/development/pharo/vm/build-vm.nix
···
'';
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
+1 -1
pkgs/development/pharo/vm/share.nix
···
description = "Shared files for Pharo";
homepage = http://pharo.org;
license = stdenv.lib.licenses.mit;
-
maintainers = [ stdenv.lib.maintainers.DamienCassou ];
+
maintainers = [ ];
};
}
+1 -1
pkgs/tools/misc/tmate/default.nix
···
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; [ ];
};
}
+1 -1
pkgs/tools/misc/umlet/default.nix
···
'';
homepage = http://www.umlet.com;
license = licenses.gpl3;
-
maintainers = [ maintainers.DamienCassou ];
+
maintainers = [ ];
platforms = platforms.all;
};
}
+1 -1
pkgs/tools/misc/vdirsyncer/default.nix
···
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;
};
+1 -1
pkgs/tools/networking/asynk/default.nix
···
homepage = http://asynk.io/;
description = "Flexible contacts synchronization program";
license = licenses.agpl3;
-
maintainers = [ maintainers.DamienCassou ];
+
maintainers = [ ];
platforms = platforms.unix;
};
}
+1 -1
pkgs/tools/typesetting/git-latexdiff/default.nix
···
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;
};
+18 -18
pkgs/top-level/python-packages.nix
···
homepage = https://github.com/click-contrib/click-log/;
description = "Logging integration for Click";
license = licenses.mit;
-
maintainers = with maintainers; [ DamienCassou ];
+
maintainers = with maintainers; [ ];
};
};
···
homepage = https://github.com/click-contrib/click-threading/;
description = "Multithreaded Click apps made easy";
license = licenses.mit;
-
maintainers = with maintainers; [ DamienCassou ];
+
maintainers = with maintainers; [ ];
};
};
···
homepage = https://github.com/matlink/gplaycli;
description = "Google Play Downloader via Command line";
license = licenses.agpl3Plus;
-
maintainers = with maintainers; [ DamienCassou ];
+
maintainers = with maintainers; [ ];
};
};
···
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; [ ];
};
};
···
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; [ ];
};
};
···
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;
···
meta = {
homepage = https://github.com/aroig/mutag;
license = licenses.gpl3;
-
maintainers = with maintainers; [ DamienCassou ];
+
maintainers = with maintainers; [ ];
···
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;
···
description = "Module for reading vCard and vCalendar files";
homepage = http://eventable.github.io/vobject/;
license = licenses.asl20;
-
maintainers = with maintainers; [ DamienCassou ];
+
maintainers = with maintainers; [ ];
···
description = "Command-line interface carddav client";
homepage = http://lostpackets.de/pycarddav;
license = licenses.mit;
-
maintainers = with maintainers; [ DamienCassou ];
+
maintainers = with maintainers; [ ];
···
description = "Media Meta Data retrieval framework";
homepage = http://sourceforge.net/projects/mmpython/;
license = licenses.gpl2;
-
maintainers = with maintainers; [ DamienCassou ];
+
maintainers = with maintainers; [ ];
···
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; [ ];
···
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; [ ];
···
description = "A Parser Generator for Python";
homepage = https://pypi.python.org/pypi/SimpleParse;
platforms = platforms.all;
-
maintainers = with maintainers; [ DamienCassou ];
+
maintainers = with maintainers; [ ];
···
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; [ ];
···
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;
···
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;
···
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; [ ];