Remove myself from maintainers

release-18.03-flake
Damien Cassou 2017-01-31 11:00:14 +01:00
parent 3ccc139b3d
commit 58dc8e3024
No known key found for this signature in database
GPG Key ID: A7123815F5DCE914
23 changed files with 40 additions and 40 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -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; [ ];
};
};
@ -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; [ ];
};
};
@ -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; [ ];
};
};
@ -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; [ ];
};
};
@ -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; [ ];
};
};
@ -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;
};
};
@ -15052,7 +15052,7 @@ in {
meta = {
homepage = https://github.com/aroig/mutag;
license = licenses.gpl3;
maintainers = with maintainers; [ DamienCassou ];
maintainers = with maintainers; [ ];
};
};
@ -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;
};
@ -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; [ ];
};
};
@ -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; [ ];
};
};
@ -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; [ ];
};
};
@ -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; [ ];
};
};
@ -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; [ ];
};
};
@ -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; [ ];
};
};
@ -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; [ ];
};
};
@ -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;
@ -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;
};
};
@ -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; [ ];
};
};