transformed meta.maintainers of some packages into lists
This commit is contained in:
parent
f5c43d9f62
commit
8d67b9a240
@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://xiph.org/flac/;
|
homepage = http://xiph.org/flac/;
|
||||||
description = "Library and tools for encoding and decoding the FLAC lossless audio file format";
|
description = "Library and tools for encoding and decoding the FLAC lossless audio file format";
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = maintainers.mornfall;
|
maintainers = [ maintainers.mornfall ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -14,6 +14,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = maintainers.mornfall;
|
maintainers = [ maintainers.mornfall ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -30,6 +30,6 @@ in stdenv.mkDerivation {
|
|||||||
description = "SCIntilla based Text Editor";
|
description = "SCIntilla based Text Editor";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
maintainers = stdenv.lib.maintainers.rszibele;
|
maintainers = [ stdenv.lib.maintainers.rszibele ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -56,7 +56,7 @@ in stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Sophisticated text editor for code, markup and prose";
|
description = "Sophisticated text editor for code, markup and prose";
|
||||||
maintainers = stdenv.lib.maintainers.wmertens;
|
maintainers = [ stdenv.lib.maintainers.wmertens ];
|
||||||
license = stdenv.lib.licenses.unfree;
|
license = stdenv.lib.licenses.unfree;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = maintainers.mornfall;
|
maintainers = [ maintainers.mornfall ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Show the set of running processes as a tree";
|
description = "Show the set of running processes as a tree";
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
maintainers = stdenv.lib.maintainers.mornfall;
|
maintainers = [ stdenv.lib.maintainers.mornfall ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -38,8 +38,8 @@ stdenv.mkDerivation rec {
|
|||||||
temperature to allow your eyes to slowly adapt.
|
temperature to allow your eyes to slowly adapt.
|
||||||
'';
|
'';
|
||||||
license = stdenv.lib.licenses.gpl3Plus;
|
license = stdenv.lib.licenses.gpl3Plus;
|
||||||
homepage = "http://jonls.dk/redshift";
|
homepage = http://jonls.dk/redshift;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = maintainers.mornfall;
|
maintainers = [ maintainers.mornfall ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -47,6 +47,6 @@ stdenv.mkDerivation (rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "A clone of the well-known terminal emulator rxvt";
|
description = "A clone of the well-known terminal emulator rxvt";
|
||||||
homepage = "http://software.schmorp.de/pkg/rxvt-unicode.html";
|
homepage = "http://software.schmorp.de/pkg/rxvt-unicode.html";
|
||||||
maintainers = stdenv.lib.maintainers.mornfall;
|
maintainers = [ stdenv.lib.maintainers.mornfall ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
@ -42,6 +42,6 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://w3m.sourceforge.net/;
|
homepage = http://w3m.sourceforge.net/;
|
||||||
description = "A text-mode web browser";
|
description = "A text-mode web browser";
|
||||||
maintainers = maintainers.mornfall;
|
maintainers = [ maintainers.mornfall ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
|
||||||
hydraPlatforms = stdenv.lib.platforms.linux;
|
hydraPlatforms = stdenv.lib.platforms.linux;
|
||||||
maintainers = stdenv.lib.maintainers.sprock;
|
maintainers = [ stdenv.lib.maintainers.sprock ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
homepage = http://home.gna.org/subtitleeditor;
|
homepage = http://home.gna.org/subtitleeditor;
|
||||||
license = stdenv.lib.licenses.gpl3;
|
license = stdenv.lib.licenses.gpl3;
|
||||||
maintainers = stdenv.lib.maintainers.plcplc;
|
maintainers = [ stdenv.lib.maintainers.plcplc ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -28,7 +28,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A viewer for remote virtual machines";
|
description = "A viewer for remote virtual machines";
|
||||||
maintainers = maintainers.raskin;
|
maintainers = [ maintainers.raskin ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
|
@ -17,8 +17,8 @@ in
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A lightweight xcb based bar";
|
description = "A lightweight xcb based bar";
|
||||||
homepage = "https://github.com/LemonBoy/bar";
|
homepage = https://github.com/LemonBoy/bar;
|
||||||
maintainers = stdenv.lib.maintainers.meisternu;
|
maintainers = [ stdenv.lib.maintainers.meisternu ];
|
||||||
license = "Custom";
|
license = "Custom";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
|
@ -21,8 +21,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A tiling window manager based on binary space partitioning";
|
description = "A tiling window manager based on binary space partitioning";
|
||||||
homepage = "http://github.com/baskerville/bspwm";
|
homepage = http://github.com/baskerville/bspwm;
|
||||||
maintainers = stdenv.lib.maintainers.meisternu;
|
maintainers = [ stdenv.lib.maintainers.meisternu ];
|
||||||
license = "BSD";
|
license = "BSD";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
|
@ -43,6 +43,6 @@ in
|
|||||||
meta = {
|
meta = {
|
||||||
description = "POSIX threads (pthreads) manual pages from LinuxThreads";
|
description = "POSIX threads (pthreads) manual pages from LinuxThreads";
|
||||||
homepage = http://www.gnu.org/software/libc/;
|
homepage = http://www.gnu.org/software/libc/;
|
||||||
maintainers = stdenv.lib.maintainers.mornfall;
|
maintainers = [ stdenv.lib.maintainers.mornfall ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -12,9 +12,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A (mainly) Chinese Unicode font";
|
description = "A (mainly) Chinese Unicode font";
|
||||||
homepage = "http://wenq.org";
|
homepage = http://wenq.org;
|
||||||
license = stdenv.lib.licenses.asl20;
|
license = stdenv.lib.licenses.asl20;
|
||||||
maintainers = stdenv.lib.maintainers.pkmx;
|
maintainers = [ stdenv.lib.maintainers.pkmx ];
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -19,9 +19,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A (mainly) Chinese Unicode font";
|
description = "A (mainly) Chinese Unicode font";
|
||||||
homepage = "http://wenq.org";
|
homepage = http://wenq.org;
|
||||||
license = stdenv.lib.licenses.gpl2; # with font embedding exceptions
|
license = stdenv.lib.licenses.gpl2; # with font embedding exceptions
|
||||||
maintainers = stdenv.lib.maintainers.pkmx;
|
maintainers = [ stdenv.lib.maintainers.pkmx ];
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -26,6 +26,6 @@ stdenv.mkDerivation {
|
|||||||
license = "LGPL";
|
license = "LGPL";
|
||||||
description = "Library for manipulation of term data structures in C";
|
description = "Library for manipulation of term data structures in C";
|
||||||
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
|
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
|
||||||
maintainers = stdenv.lib.maintainers.eelco;
|
maintainers = [ stdenv.lib.maintainers.eelco ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -30,7 +30,7 @@ stdenv.mkDerivation {
|
|||||||
license = "LGPL";
|
license = "LGPL";
|
||||||
description = "Library for manipulation of term data structures in C";
|
description = "Library for manipulation of term data structures in C";
|
||||||
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
|
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
|
||||||
maintainers = stdenv.lib.maintainers.eelco;
|
maintainers = [ stdenv.lib.maintainers.eelco ];
|
||||||
broken = true;
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -25,7 +25,7 @@ in stdenv.mkDerivation rec {
|
|||||||
homepage = http://libcxx.llvm.org/;
|
homepage = http://libcxx.llvm.org/;
|
||||||
description = "A new implementation of the C++ standard library, targeting C++11";
|
description = "A new implementation of the C++ standard library, targeting C++11";
|
||||||
license = "BSD";
|
license = "BSD";
|
||||||
maintainers = stdenv.lib.maintainers.shlevy;
|
maintainers = [ stdenv.lib.maintainers.shlevy ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -33,7 +33,7 @@ in stdenv.mkDerivation {
|
|||||||
homepage = http://libcxxabi.llvm.org/;
|
homepage = http://libcxxabi.llvm.org/;
|
||||||
description = "A new implementation of low level support for a standard C++ library";
|
description = "A new implementation of low level support for a standard C++ library";
|
||||||
license = "BSD";
|
license = "BSD";
|
||||||
maintainers = stdenv.lib.maintainers.shlevy;
|
maintainers = [ stdenv.lib.maintainers.shlevy ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -22,6 +22,6 @@ stdenv.mkDerivation {
|
|||||||
description = "A real-time library for sampling rate conversion library";
|
description = "A real-time library for sampling rate conversion library";
|
||||||
license = stdenv.lib.licenses.lgpl2Plus;
|
license = stdenv.lib.licenses.lgpl2Plus;
|
||||||
homepage = https://ccrma.stanford.edu/~jos/resample/Free_Resampling_Software.html;
|
homepage = https://ccrma.stanford.edu/~jos/resample/Free_Resampling_Software.html;
|
||||||
maintainers = stdenv.lib.maintainers.sander;
|
maintainers = [ stdenv.lib.maintainers.sander ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -24,7 +24,7 @@ stdenv.mkDerivation {
|
|||||||
homePage = http://www.open-mpi.org/;
|
homePage = http://www.open-mpi.org/;
|
||||||
description = "Open source MPI-2 implementation";
|
description = "Open source MPI-2 implementation";
|
||||||
longDescription = "The Open MPI Project is an open source MPI-2 implementation that is developed and maintained by a consortium of academic, research, and industry partners. Open MPI is therefore able to combine the expertise, technologies, and resources from all across the High Performance Computing community in order to build the best MPI library available. Open MPI offers advantages for system and software vendors, application developers and computer science researchers.";
|
longDescription = "The Open MPI Project is an open source MPI-2 implementation that is developed and maintained by a consortium of academic, research, and industry partners. Open MPI is therefore able to combine the expertise, technologies, and resources from all across the High Performance Computing community in order to build the best MPI library available. Open MPI offers advantages for system and software vendors, application developers and computer science researchers.";
|
||||||
maintainers = stdenv.lib.maintainers.mornfall;
|
maintainers = [ stdenv.lib.maintainers.mornfall ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Formal verification tool for distributed software systems";
|
description = "Formal verification tool for distributed software systems";
|
||||||
homepage = http://spinroot.com/;
|
homepage = http://spinroot.com/;
|
||||||
license = "free";
|
license = "free";
|
||||||
maintainers = stdenv.lib.maintainers.mornfall;
|
maintainers = [ stdenv.lib.maintainers.mornfall ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -30,6 +30,6 @@ stdenv.mkDerivation {
|
|||||||
socket (IPv6/IPv4/UNIX local), or partition (by opening a file
|
socket (IPv6/IPv4/UNIX local), or partition (by opening a file
|
||||||
from it).
|
from it).
|
||||||
'';
|
'';
|
||||||
maintainers = stdenv.lib.maintainers.mornfall;
|
maintainers = [ stdenv.lib.maintainers.mornfall ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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 = [ maintainers.mornfall ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
|
|||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
maintainers = stdenv.lib.maintainers.orbitz;
|
maintainers = [ stdenv.lib.maintainers.orbitz ];
|
||||||
description = "A package manager for OCaml";
|
description = "A package manager for OCaml";
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
|
@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = maintainers.mornfall;
|
maintainers = [ maintainers.mornfall ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Foomatic printing filters";
|
description = "Foomatic printing filters";
|
||||||
maintainers = stdenv.lib.maintainers.raskin;
|
maintainers = [ stdenv.lib.maintainers.raskin ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
};
|
};
|
||||||
|
@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://sourceforge.net/projects/acpiclient/;
|
homepage = http://sourceforge.net/projects/acpiclient/;
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = maintainers.mornfall;
|
maintainers = [ maintainers.mornfall ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://fuse.sourceforge.net/;
|
homepage = http://fuse.sourceforge.net/;
|
||||||
description = "Kernel module and library that allows filesystems to be implemented in user space";
|
description = "Kernel module and library that allows filesystems to be implemented in user space";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = maintainers.mornfall;
|
maintainers = [ maintainers.mornfall ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -19,6 +19,6 @@ stdenv.mkDerivation {
|
|||||||
pam_krb5 can optionally convert Kerberos 5 credentials to Kerberos IV
|
pam_krb5 can optionally convert Kerberos 5 credentials to Kerberos IV
|
||||||
credentials and/or use them to set up AFS tokens for a user's session.
|
credentials and/or use them to set up AFS tokens for a user's session.
|
||||||
'';
|
'';
|
||||||
maintainers = stdenv.lib.maintainers.mornfall;
|
maintainers = [ stdenv.lib.maintainers.mornfall ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Dict protocol server and client";
|
description = "Dict protocol server and client";
|
||||||
maintainers = maintainers.mornfall;
|
maintainers = [ maintainers.mornfall ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Dict protocol server and client";
|
description = "Dict protocol server and client";
|
||||||
maintainers = maintainers.mornfall;
|
maintainers = [ maintainers.mornfall ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
maintainers = stdenv.lib.maintainers.orbitz;
|
maintainers = [ stdenv.lib.maintainers.orbitz ];
|
||||||
description = "Dynamo inspired NoSQL DB by Basho";
|
description = "Dynamo inspired NoSQL DB by Basho";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
This patches the riak and riak-admin scripts to work better in Nix.
|
This patches the riak and riak-admin scripts to work better in Nix.
|
||||||
|
@ -40,6 +40,6 @@ stdenv.mkDerivation {
|
|||||||
homepage = http://www.openafs.org;
|
homepage = http://www.openafs.org;
|
||||||
license = stdenv.lib.licenses.ipl10;
|
license = stdenv.lib.licenses.ipl10;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
maintainers = stdenv.lib.maintainers.z77z;
|
maintainers = [ stdenv.lib.maintainers.z77z ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -24,8 +24,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Ripple P2P payment network reference server";
|
description = "Ripple P2P payment network reference server";
|
||||||
homepage = "https://ripple.com";
|
homepage = https://ripple.com;
|
||||||
maintainers = stdenv.lib.maintainers.emery;
|
maintainers = [ stdenv.lib.maintainers.emery ];
|
||||||
license = stdenv.lib.licenses.isc;
|
license = stdenv.lib.licenses.isc;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
|
@ -19,9 +19,9 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A simple and lightweight volume icon that sits in your system tray.";
|
description = "A simple and lightweight volume icon that sits in your system tray.";
|
||||||
homepage = "https://github.com/Unia/gvolicon";
|
homepage = https://github.com/Unia/gvolicon;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
license = stdenv.lib.licenses.gpl3Plus;
|
license = stdenv.lib.licenses.gpl3Plus;
|
||||||
maintainers = stdenv.lib.maintainers.bennofs;
|
maintainers = [ stdenv.lib.maintainers.bennofs ];
|
||||||
};
|
};
|
||||||
}
|
}
|
@ -12,8 +12,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Small command-line utilities.";
|
description = "Small command-line utilities.";
|
||||||
homepage = "https://github.com/baskerville/sutils";
|
homepage = https://github.com/baskerville/sutils;
|
||||||
maintainers = stdenv.lib.maintainers.meisternu;
|
maintainers = [ stdenv.lib.maintainers.meisternu ];
|
||||||
license = "Custom";
|
license = "Custom";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
|
@ -14,8 +14,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Small X utility to perform elementary actions on windows";
|
description = "Small X utility to perform elementary actions on windows";
|
||||||
homepage = "https://github.com/baskerville/xdo";
|
homepage = https://github.com/baskerville/xdo;
|
||||||
maintainers = stdenv.lib.maintainers.meisternu;
|
maintainers = [ stdenv.lib.maintainers.meisternu ];
|
||||||
license = "Custom";
|
license = "Custom";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
|
@ -15,8 +15,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Outputs X window titles";
|
description = "Outputs X window titles";
|
||||||
homepage = "https://github.com/baskerville/xtitle";
|
homepage = https://github.com/baskerville/xtitle;
|
||||||
maintainers = stdenv.lib.maintainers.meisternu;
|
maintainers = [ stdenv.lib.maintainers.meisternu ];
|
||||||
license = "Custom";
|
license = "Custom";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
|
@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
homepage = http://ex-parrot.com/pdw/iftop/;
|
homepage = http://ex-parrot.com/pdw/iftop/;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = maintainers.mornfall;
|
maintainers = [ maintainers.mornfall ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
|
|||||||
repositories.git = git://repo.or.cz/socat.git;
|
repositories.git = git://repo.or.cz/socat.git;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
maintainers = stdenv.lib.maintainers.eelco;
|
maintainers = [ stdenv.lib.maintainers.eelco ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
|
|||||||
repositories.git = git://repo.or.cz/socat.git;
|
repositories.git = git://repo.or.cz/socat.git;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
maintainers = stdenv.lib.maintainers.eelco;
|
maintainers = [ stdenv.lib.maintainers.eelco ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -20,6 +20,6 @@ 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 = [ stdenv.lib.maintainers.mornfall ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -43,6 +43,6 @@ stdenv.mkDerivation {
|
|||||||
description = "The Debian package manager";
|
description = "The Debian package manager";
|
||||||
homepage = http://wiki.debian.org/Teams/Dpkg;
|
homepage = http://wiki.debian.org/Teams/Dpkg;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = maintainers.mornfall;
|
maintainers = [ maintainers.mornfall ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "AES encrypting or decrypting pipe";
|
description = "AES encrypting or decrypting pipe";
|
||||||
homepage = http://loop-aes.sourceforge.net/aespipe.README;
|
homepage = http://loop-aes.sourceforge.net/aespipe.README;
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
maintainers = stdenv.lib.maintainers.goibhniu;
|
maintainers = [ stdenv.lib.maintainers.goibhniu ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
homepage = http://www.issihosts.com/haveged/;
|
homepage = http://www.issihosts.com/haveged/;
|
||||||
license = stdenv.lib.licenses.gpl3;
|
license = stdenv.lib.licenses.gpl3;
|
||||||
maintainers = stdenv.lib.maintainers.iElectric;
|
maintainers = [ stdenv.lib.maintainers.iElectric ];
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -15,9 +15,9 @@ stdenv.mkDerivation {
|
|||||||
line by line and field by field, ignoring small numeric differences
|
line by line and field by field, ignoring small numeric differences
|
||||||
or/and different numeric formats.
|
or/and different numeric formats.
|
||||||
'';
|
'';
|
||||||
homepage = "http://www.nongnu.org/numdiff/";
|
homepage = http://www.nongnu.org/numdiff/;
|
||||||
license = stdenv.lib.licenses.gpl3Plus;
|
license = stdenv.lib.licenses.gpl3Plus;
|
||||||
maintainers = stdenv.lib.maintainers.bbenoist;
|
maintainers = [ stdenv.lib.maintainers.bbenoist ];
|
||||||
platforms = stdenv.lib.platforms.gnu;
|
platforms = stdenv.lib.platforms.gnu;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -7,6 +7,6 @@
|
|||||||
};
|
};
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = maintainers.mornfall;
|
maintainers = [ maintainers.mornfall ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -20,6 +20,6 @@ rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Extra components for TeXLive: beamer class";
|
description = "Extra components for TeXLive: beamer class";
|
||||||
maintainers = stdenv.lib.maintainers.mornfall;
|
maintainers = [ stdenv.lib.maintainers.mornfall ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user