Add myself as maintainer

This commit is contained in:
Jascha Geerds 2015-06-22 08:25:07 +02:00
parent 655cda730d
commit 3f66bb7ff2
21 changed files with 39 additions and 36 deletions

View File

@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://thomas.apestaart.org/morituri/trac/; homepage = http://thomas.apestaart.org/morituri/trac/;
description = "A CD ripper aiming for accuracy over speed"; description = "A CD ripper aiming for accuracy over speed";
maintainers = [ maintainers.rycee ]; maintainers = with maintainers; [ rycee jgeerds ];
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
}; };
} }

View File

@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
maintainers = [ maintainers.abbradar ]; maintainers = with maintainers; [ abbradar jgeerds ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation {
description = "Qt password manager compatible with its Win32 and Pocket PC versions"; description = "Qt password manager compatible with its Win32 and Pocket PC versions";
homepage = http://www.keepassx.org/; homepage = http://www.keepassx.org/;
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [qknight]; maintainers = with stdenv.lib.maintainers; [ qknight jgeerds ];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };
} }

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
description = "Qt password manager compatible with its Win32 and Pocket PC versions"; description = "Qt password manager compatible with its Win32 and Pocket PC versions";
homepage = http://www.keepassx.org/; homepage = http://www.keepassx.org/;
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [qknight]; maintainers = with stdenv.lib.maintainers; [ qknight jgeerds ];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };
} }

View File

@ -18,11 +18,11 @@ stdenv.mkDerivation rec {
ln -s "../../share/doc/task/scripts/bash/task.sh" "$out/etc/bash_completion.d/" ln -s "../../share/doc/task/scripts/bash/task.sh" "$out/etc/bash_completion.d/"
''; '';
meta = { meta = with stdenv.lib; {
description = "GTD (getting things done) implementation"; description = "GTD (getting things done) implementation";
homepage = http://taskwarrior.org; homepage = http://taskwarrior.org;
license = stdenv.lib.licenses.mit; license = licenses.mit;
maintainers = [stdenv.lib.maintainers.marcweber]; maintainers = with maintainers; [ marcweber jgeerds ];
platforms = stdenv.lib.platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -22,11 +22,11 @@ stdenv.mkDerivation rec {
configureFlags = [ "--enable-shm" "--enable-textfe" ]; configureFlags = [ "--enable-shm" "--enable-textfe" ];
meta = { meta = with stdenv.lib; {
description = "A popular and easy to use graphical IRC (chat) client"; description = "A popular and easy to use graphical IRC (chat) client";
homepage = http://hexchat.github.io/; homepage = http://hexchat.github.io/;
license = stdenv.lib.licenses.gpl2; license = licenses.gpl2;
platforms = stdenv.lib.platforms.linux; platforms = platforms.linux;
maintainers = [ stdenv.lib.maintainers.romildo ]; maintainers = with maintainers; [ romildo jgeerds ];
}; };
} }

View File

@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
description = "Low-latency, high quality voice chat software"; description = "Low-latency, high quality voice chat software";
homepage = "http://mumble.sourceforge.net/"; homepage = "http://mumble.sourceforge.net/";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ viric ]; maintainers = with maintainers; [ viric jgeerds ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
description = "A collection of Git extensions to provide high-level repository operations for Vincent Driessen's branching model"; description = "A collection of Git extensions to provide high-level repository operations for Vincent Driessen's branching model";
license = licenses.bsd2; license = licenses.bsd2;
platforms = platforms.all; platforms = platforms.all;
maintainers = [ maintainers.offline ]; maintainers = with maintainers; [ offline jgeerds ];
}; };
} }

View File

@ -15,6 +15,6 @@ stdenv.mkDerivation rec {
description = "A system call tracer for Linux"; description = "A system call tracer for Linux";
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.mornfall ]; maintainers = with maintainers; [ mornfall jgeerds ];
}; };
} }

View File

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
description = "A tool for building complete development environments"; description = "A tool for building complete development environments";
homepage = http://vagrantup.com; homepage = http://vagrantup.com;
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ lovek323 globin ]; maintainers = with maintainers; [ lovek323 globin jgeerds ];
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -17,11 +17,11 @@ stdenv.mkDerivation rec {
makeFlags = "prefix=$(out)"; makeFlags = "prefix=$(out)";
meta = { meta = with stdenv.lib; {
homepage = http://dag.wieers.com/home-made/dstat/; homepage = http://dag.wieers.com/home-made/dstat/;
description = "Versatile resource statistics tool"; description = "Versatile resource statistics tool";
license = stdenv.lib.licenses.gpl2; license = licenses.gpl2;
platforms = stdenv.lib.platforms.linux; platforms = platforms.linux;
maintainers = [ ]; maintainers = with maintainers; [ jgeerds ];
}; };
} }

View File

@ -52,6 +52,6 @@ buildPythonPackage rec {
enhanced interactive Python shell and an architecture for enhanced interactive Python shell and an architecture for
interactive parallel computing. interactive parallel computing.
''; '';
maintainers = [ stdenv.lib.maintainers.bjornfor ]; maintainers = with stdenv.lib.maintainers; [ bjornfor jgeerds ];
}; };
} }

View File

@ -14,9 +14,10 @@ stdenv.mkDerivation rec {
ln -sf $out/bin/sshfs $out/sbin/mount.sshfs ln -sf $out/bin/sshfs $out/sbin/mount.sshfs
''; '';
meta = { meta = with stdenv.lib; {
homepage = http://fuse.sourceforge.net/sshfs.html; homepage = http://fuse.sourceforge.net/sshfs.html;
description = "FUSE-based filesystem that allows remote filesystems to be mounted over SSH"; description = "FUSE-based filesystem that allows remote filesystems to be mounted over SSH";
platforms = stdenv.lib.platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ jgeerds ];
}; };
} }

View File

@ -10,7 +10,8 @@ stdenv.mkDerivation {
buildInputs = [flex]; buildInputs = [flex];
meta = { meta = with stdenv.lib; {
homepage = http://detox.sourceforge.net/;
description = "Utility designed to clean up filenames"; description = "Utility designed to clean up filenames";
longDescription = '' longDescription = ''
Detox is a utility designed to clean up filenames. It replaces Detox is a utility designed to clean up filenames. It replaces
@ -18,7 +19,8 @@ stdenv.mkDerivation {
equivalents. It will also clean up filenames with UTF-8 or Latin-1 equivalents. It will also clean up filenames with UTF-8 or Latin-1
(or CP-1252) characters in them. (or CP-1252) characters in them.
''; '';
homepage = "http://detox.sourceforge.net/"; license = licenses.bsd3;
license = stdenv.lib.licenses.bsd3; platforms = platforms.linux;
maintainers = with maintainers; [ jgeerds ];
}; };
} }

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
homepage = http://www.ivarch.com/programs/pv; homepage = http://www.ivarch.com/programs/pv;
description = "Tool for monitoring the progress of data through a pipeline"; description = "Tool for monitoring the progress of data through a pipeline";
license = stdenv.lib.licenses.artistic2; license = stdenv.lib.licenses.artistic2;
maintainers = with stdenv.lib.maintainers; [viric]; maintainers = with stdenv.lib.maintainers; [ viric jgeerds ];
platforms = with stdenv.lib.platforms; all; platforms = with stdenv.lib.platforms; all;
}; };
} }

View File

@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
homepage = http://www.rockbox.org; homepage = http://www.rockbox.org;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.goibhniu ]; maintainers = with maintainers; [ goibhniu jgeerds ];
}; };
} }

View File

@ -45,6 +45,6 @@ stdenv.mkDerivation rec {
''; '';
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.simons ]; maintainers = with stdenv.lib.maintainers; [ simons jgeerds ];
}; };
} }

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation {
license = stdenv.lib.licenses.gpl3Plus; license = stdenv.lib.licenses.gpl3Plus;
homepage = http://www.gnu.org/software/stow/; homepage = http://www.gnu.org/software/stow/;
maintainers = with stdenv.lib.maintainers; [ the-kenny ]; maintainers = with stdenv.lib.maintainers; [ the-kenny jgeerds ];
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
}; };
} }

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
description = "Network sniffer"; description = "Network sniffer";
homepage = http://www.tcpdump.org/; homepage = http://www.tcpdump.org/;
license = "BSD-style"; license = "BSD-style";
maintainers = [ stdenv.lib.maintainers.mornfall ]; maintainers = with stdenv.lib.maintainers; [ mornfall jgeerds ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
}; };
} }

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
homepage = http://ezix.org/project/wiki/HardwareLiSter; homepage = http://ezix.org/project/wiki/HardwareLiSter;
description = "Provide detailed information on the hardware configuration of the machine"; description = "Provide detailed information on the hardware configuration of the machine";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.phreedom ]; maintainers = with maintainers; [ phreedom jgeerds ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -14,11 +14,11 @@ stdenv.mkDerivation {
buildInputs = [ autoreconfHook pkgconfig pcre zlib lzma ]; buildInputs = [ autoreconfHook pkgconfig pcre zlib lzma ];
meta = { meta = with stdenv.lib; {
homepage = https://github.com/ggreer/the_silver_searcher/; homepage = https://github.com/ggreer/the_silver_searcher/;
description = "A code-searching tool similar to ack, but faster"; description = "A code-searching tool similar to ack, but faster";
maintainers = [ stdenv.lib.maintainers.madjar ]; maintainers = with maintainers; [ madjar jgeerds ];
platforms = stdenv.lib.platforms.all; platforms = platforms.all;
license = stdenv.lib.licenses.asl20; license = licenses.asl20;
}; };
} }