Merge #22310: Remove myself from maintainers

This commit is contained in:
Vladimír Čunát 2017-01-31 14:55:44 +01:00
commit 557fd03926
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
23 changed files with 40 additions and 40 deletions

View File

@ -1,7 +1,7 @@
import ./make-test.nix ({ pkgs, ...} : { import ./make-test.nix ({ pkgs, ...} : {
name = "emacs-daemon"; name = "emacs-daemon";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ DamienCassou ]; maintainers = [ ];
}; };
enableOCR = true; enableOCR = true;

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
homepage = https://github.com/olabini/open-pdf-presenter; 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)"; description = "A program for presenting PDFs on multi-monitor settings (typically a laptop connected to a overhead projector)";
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;
maintainers = [ stdenv.lib.maintainers.DamienCassou ]; maintainers = [ ];
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
}; };
} }

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = https://github.com/verdammelt/tnef; homepage = https://github.com/verdammelt/tnef;
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.DamienCassou ]; maintainers = [ ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View File

@ -35,7 +35,7 @@ in stdenv.mkDerivation rec {
homepage = https://github.com/bit-team/backintime; homepage = https://github.com/bit-team/backintime;
description = "Simple backup tool for Linux"; description = "Simple backup tool for Linux";
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.DamienCassou ]; maintainers = [ ];
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
longDescription = '' longDescription = ''
Back In Time is a simple backup tool (on top of rsync) for Linux Back In Time is a simple backup tool (on top of rsync) for Linux

View File

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
description = "Free cross-platform programming exerciser"; description = "Free cross-platform programming exerciser";
Homepage = http://webloria.loria.fr/~quinson/Teaching/PLM/; Homepage = http://webloria.loria.fr/~quinson/Teaching/PLM/;
license = licenses.gpl3; license = licenses.gpl3;
maintainers = [ maintainers.DamienCassou ]; maintainers = [ ];
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
}; };
} }

View File

@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/GNOME/byzanz; homepage = https://github.com/GNOME/byzanz;
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.DamienCassou ]; maintainers = [ ];
}; };
} }

View File

@ -24,6 +24,6 @@ stdenv.mkDerivation rec {
homepage = http://recordmydesktop.sourceforge.net/; homepage = http://recordmydesktop.sourceforge.net/;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.DamienCassou ]; maintainers = [ ];
}; };
} }

View File

@ -32,6 +32,6 @@ in stdenv.mkDerivation rec {
homepage = http://recordmydesktop.sourceforge.net/; homepage = http://recordmydesktop.sourceforge.net/;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.DamienCassou ]; maintainers = [ ];
}; };
} }

View File

@ -32,6 +32,6 @@ in stdenv.mkDerivation rec {
homepage = http://recordmydesktop.sourceforge.net/; homepage = http://recordmydesktop.sourceforge.net/;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.DamienCassou ]; maintainers = [ ];
}; };
} }

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "http://software.sil.org/gentium/"; homepage = "http://software.sil.org/gentium/";
description = "A high-quality typeface family for Latin, Cyrillic, and Greek"; description = "A high-quality typeface family for Latin, Cyrillic, and Greek";
maintainers = with maintainers; [ DamienCassou ]; maintainers = with maintainers; [ ];
license = licenses.ofl; license = licenses.ofl;
platforms = platforms.all; platforms = platforms.all;
}; };

View File

@ -14,7 +14,7 @@ let
callPackage = pkgs.newScope self; callPackage = pkgs.newScope self;
version = "3.22"; version = "3.22";
maintainers = with pkgs.lib.maintainers; [ lethalman jgeerds DamienCassou ]; maintainers = with pkgs.lib.maintainers; [ lethalman jgeerds ];
corePackages = with gnome3; [ corePackages = with gnome3; [
pkgs.desktop_file_utils pkgs.ibus pkgs.desktop_file_utils pkgs.ibus

View File

@ -37,6 +37,6 @@ stdenv.mkDerivation rec {
description = "Make Pidgin IM conversations appear in the Gnome Shell message tray"; description = "Make Pidgin IM conversations appear in the Gnome Shell message tray";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ DamienCassou ]; maintainers = with maintainers; [ ];
}; };
} }

View File

@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
This GNOME utility helps to manage time according to Pomodoro Technique. This GNOME utility helps to manage time according to Pomodoro Technique.
It intends to improve productivity and focus by taking short breaks. It intends to improve productivity and focus by taking short breaks.
''; '';
maintainers = with maintainers; [ DamienCassou jgeerds ]; maintainers = with maintainers; [ jgeerds ];
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
description = "Project for mocking web service APIs which use HTTP or HTTPS"; description = "Project for mocking web service APIs which use HTTP or HTTPS";
homepage = https://gitlab.com/groups/uhttpmock/; homepage = https://gitlab.com/groups/uhttpmock/;
license = licenses.lgpl21; license = licenses.lgpl21;
maintainers = with maintainers; [ DamienCassou ]; maintainers = with maintainers; [ ];
platforms = with platforms; linux; platforms = with platforms; linux;
}; };
} }

View File

@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = http://pharo.org; homepage = http://pharo.org;
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
maintainers = [ stdenv.lib.maintainers.DamienCassou ]; maintainers = [ ];
platforms = pharo-vm.meta.platforms; platforms = pharo-vm.meta.platforms;
}; };
} }

View File

@ -89,7 +89,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = http://pharo.org; homepage = http://pharo.org;
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
maintainers = [ stdenv.lib.maintainers.DamienCassou ]; maintainers = [ ];
# Pharo VM sources are packaged separately for darwin (OS X) # Pharo VM sources are packaged separately for darwin (OS X)
platforms = with stdenv.lib; platforms = with stdenv.lib;
intersectLists intersectLists

View File

@ -49,6 +49,6 @@ stdenv.mkDerivation rec {
description = "Shared files for Pharo"; description = "Shared files for Pharo";
homepage = http://pharo.org; homepage = http://pharo.org;
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
maintainers = [ stdenv.lib.maintainers.DamienCassou ]; maintainers = [ ];
}; };
} }

View File

@ -22,6 +22,6 @@ stdenv.mkDerivation rec {
description = "Instant Terminal Sharing"; description = "Instant Terminal Sharing";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ DamienCassou ]; maintainers = with stdenv.lib.maintainers; [ ];
}; };
} }

View File

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = http://www.umlet.com; homepage = http://www.umlet.com;
license = licenses.gpl3; license = licenses.gpl3;
maintainers = [ maintainers.DamienCassou ]; maintainers = [ ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View File

@ -32,7 +32,7 @@ pythonPackages.buildPythonApplication rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://github.com/pimutils/vdirsyncer; homepage = https://github.com/pimutils/vdirsyncer;
description = "Synchronize calendars and contacts"; description = "Synchronize calendars and contacts";
maintainers = with maintainers; [ matthiasbeyer jgeerds DamienCassou ]; maintainers = with maintainers; [ matthiasbeyer jgeerds ];
platforms = platforms.all; platforms = platforms.all;
license = licenses.mit; license = licenses.mit;
}; };

View File

@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
homepage = http://asynk.io/; homepage = http://asynk.io/;
description = "Flexible contacts synchronization program"; description = "Flexible contacts synchronization program";
license = licenses.agpl3; license = licenses.agpl3;
maintainers = [ maintainers.DamienCassou ]; maintainers = [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "View diff on LaTeX source files on the generated PDF files"; 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 license = licenses.free; # https://gitlab.com/git-latexdiff/git-latexdiff/issues/9
platforms = platforms.unix; platforms = platforms.unix;
}; };

View File

@ -3819,7 +3819,7 @@ in {
homepage = https://github.com/click-contrib/click-log/; homepage = https://github.com/click-contrib/click-log/;
description = "Logging integration for Click"; description = "Logging integration for Click";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ DamienCassou ]; maintainers = with maintainers; [ ];
}; };
}; };
@ -3846,7 +3846,7 @@ in {
homepage = https://github.com/click-contrib/click-threading/; homepage = https://github.com/click-contrib/click-threading/;
description = "Multithreaded Click apps made easy"; description = "Multithreaded Click apps made easy";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ DamienCassou ]; maintainers = with maintainers; [ ];
}; };
}; };
@ -7403,7 +7403,7 @@ in {
homepage = https://github.com/matlink/gplaycli; homepage = https://github.com/matlink/gplaycli;
description = "Google Play Downloader via Command line"; description = "Google Play Downloader via Command line";
license = licenses.agpl3Plus; license = licenses.agpl3Plus;
maintainers = with maintainers; [ DamienCassou ]; maintainers = with maintainers; [ ];
}; };
}; };
@ -8365,7 +8365,7 @@ in {
homepage = https://github.com/cedadev/ndg_httpsclient/; homepage = https://github.com/cedadev/ndg_httpsclient/;
description = "Provide enhanced HTTPS support for httplib and urllib2 using PyOpenSSL"; description = "Provide enhanced HTTPS support for httplib and urllib2 using PyOpenSSL";
license = licenses.bsd2; license = licenses.bsd2;
maintainers = with maintainers; [ DamienCassou ]; maintainers = with maintainers; [ ];
}; };
}; };
@ -8620,7 +8620,7 @@ in {
description = "Tool for extracting information from PDF documents"; description = "Tool for extracting information from PDF documents";
homepage = http://euske.github.io/pdfminer/index.html; homepage = http://euske.github.io/pdfminer/index.html;
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ DamienCassou ]; maintainers = with maintainers; [ ];
}; };
}; };
@ -11129,7 +11129,7 @@ in {
meta = { meta = {
homepage = https://f-droid.org; homepage = https://f-droid.org;
description = "Server and tools for F-Droid, the Free Software repository system for Android"; description = "Server and tools for F-Droid, the Free Software repository system for Android";
maintainers = with maintainers; [ DamienCassou ]; maintainers = with maintainers; [ ];
license = licenses.agpl3; license = licenses.agpl3;
}; };
}; };
@ -15052,7 +15052,7 @@ in {
meta = { meta = {
homepage = https://github.com/aroig/mutag; homepage = https://github.com/aroig/mutag;
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ DamienCassou ]; maintainers = with maintainers; [ ];
}; };
}; };
@ -15157,7 +15157,7 @@ in {
meta = { meta = {
description = "Python client library to the MediaWiki API"; description = "Python client library to the MediaWiki API";
maintainers = with maintainers; [ DamienCassou ]; maintainers = with maintainers; [ ];
license = licenses.mit; license = licenses.mit;
homepage = https://github.com/mwclient/mwclient; homepage = https://github.com/mwclient/mwclient;
}; };
@ -19547,7 +19547,7 @@ in {
description = "Module for reading vCard and vCalendar files"; description = "Module for reading vCard and vCalendar files";
homepage = http://eventable.github.io/vobject/; homepage = http://eventable.github.io/vobject/;
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ DamienCassou ]; maintainers = with maintainers; [ ];
}; };
}; };
@ -19568,7 +19568,7 @@ in {
description = "Command-line interface carddav client"; description = "Command-line interface carddav client";
homepage = http://lostpackets.de/pycarddav; homepage = http://lostpackets.de/pycarddav;
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ DamienCassou ]; maintainers = with maintainers; [ ];
}; };
}; };
@ -20409,7 +20409,7 @@ in {
description = "Media Meta Data retrieval framework"; description = "Media Meta Data retrieval framework";
homepage = http://sourceforge.net/projects/mmpython/; homepage = http://sourceforge.net/projects/mmpython/;
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ DamienCassou ]; maintainers = with maintainers; [ ];
}; };
}; };
@ -20452,7 +20452,7 @@ in {
description = "Generic application framework, providing the foundation for other modules"; description = "Generic application framework, providing the foundation for other modules";
homepage = https://github.com/freevo/kaa-base; homepage = https://github.com/freevo/kaa-base;
license = licenses.lgpl21; license = licenses.lgpl21;
maintainers = with maintainers; [ DamienCassou ]; maintainers = with maintainers; [ ];
}; };
}; };
@ -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"; 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; homepage = https://github.com/freevo/kaa-metadata;
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ DamienCassou ]; maintainers = with maintainers; [ ];
}; };
}; };
@ -23561,7 +23561,7 @@ in {
description = "A Parser Generator for Python"; description = "A Parser Generator for Python";
homepage = https://pypi.python.org/pypi/SimpleParse; homepage = https://pypi.python.org/pypi/SimpleParse;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ DamienCassou ]; maintainers = with maintainers; [ ];
}; };
}; };
@ -25033,7 +25033,7 @@ in {
description = "Tool for automatic download/upload subtitles for videofiles using fast hashing"; description = "Tool for automatic download/upload subtitles for videofiles using fast hashing";
homepage = http://www.subdownloader.net; homepage = http://www.subdownloader.net;
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ DamienCassou ]; maintainers = with maintainers; [ ];
}; };
}; };
@ -25171,7 +25171,7 @@ in {
meta = { meta = {
description = " GTK3 & python based GUI for Syncthing "; description = " GTK3 & python based GUI for Syncthing ";
maintainers = with maintainers; [ DamienCassou ]; maintainers = with maintainers; [ ];
platforms = pkgs.syncthing.meta.platforms; platforms = pkgs.syncthing.meta.platforms;
homepage = "https://github.com/syncthing/syncthing-gtk"; homepage = "https://github.com/syncthing/syncthing-gtk";
license = licenses.gpl2; license = licenses.gpl2;
@ -27843,7 +27843,7 @@ EOF
homepage = https://github.com/scs3jb/screenkey; homepage = https://github.com/scs3jb/screenkey;
description = "A screencast tool to show your keys"; description = "A screencast tool to show your keys";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ DamienCassou ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
}; };
@ -29361,7 +29361,7 @@ EOF
homepage = http://weboob.org; homepage = http://weboob.org;
description = "Collection of applications and APIs to interact with websites without requiring the user to open a browser"; description = "Collection of applications and APIs to interact with websites without requiring the user to open a browser";
license = licenses.agpl3; license = licenses.agpl3;
maintainers = with maintainers; [ DamienCassou ]; maintainers = with maintainers; [ ];
}; };
}; };