mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
maintainers: remove mornfall from packages
This commit is contained in:
parent
846b5c42f1
commit
506c89c30a
@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://xiph.org/flac/;
|
homepage = https://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 = [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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 = [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "A featureful ncurses based MPD client inspired by ncmpc";
|
description = "A featureful ncurses based MPD client inspired by ncmpc";
|
||||||
homepage = https://ncmpcpp.rybczak.net/;
|
homepage = https://ncmpcpp.rybczak.net/;
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ jfrankenau koral lovek323 mornfall ];
|
maintainers = with maintainers; [ jfrankenau koral lovek323 ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -56,6 +56,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
homepage = http://emacs-w3m.namazu.org/;
|
homepage = http://emacs-w3m.namazu.org/;
|
||||||
|
|
||||||
maintainers = [ stdenv.lib.maintainers.mornfall ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -36,6 +36,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.mornfall ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -19,7 +19,7 @@ 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 = [ ];
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -58,6 +58,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
homepage = http://jonls.dk/redshift;
|
homepage = http://jonls.dk/redshift;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ mornfall yegortimoshenko ];
|
maintainers = with maintainers; [ yegortimoshenko ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -65,7 +65,7 @@ stdenv.mkDerivation (rec {
|
|||||||
inherit description;
|
inherit description;
|
||||||
homepage = http://software.schmorp.de/pkg/rxvt-unicode.html;
|
homepage = http://software.schmorp.de/pkg/rxvt-unicode.html;
|
||||||
downloadPage = "http://dist.schmorp.de/rxvt-unicode/Attic/";
|
downloadPage = "http://dist.schmorp.de/rxvt-unicode/Attic/";
|
||||||
maintainers = [ maintainers.mornfall ];
|
maintainers = [ ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
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.cstrahan ];
|
maintainers = [ maintainers.cstrahan ];
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Simple Theorem Prover";
|
description = "Simple Theorem Prover";
|
||||||
maintainers = with maintainers; [ mornfall ];
|
maintainers = with maintainers; [ ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
};
|
};
|
||||||
|
@ -17,6 +17,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://quvi.sf.net;
|
homepage = http://quvi.sf.net;
|
||||||
license = stdenv.lib.licenses.lgpl21Plus;
|
license = stdenv.lib.licenses.lgpl21Plus;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
maintainers = [ stdenv.lib.maintainers.mornfall ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://quvi.sf.net;
|
homepage = http://quvi.sf.net;
|
||||||
license = stdenv.lib.licenses.lgpl21Plus;
|
license = stdenv.lib.licenses.lgpl21Plus;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
maintainers = [ stdenv.lib.maintainers.mornfall ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://quvi.sf.net;
|
homepage = http://quvi.sf.net;
|
||||||
license = stdenv.lib.licenses.lgpl21Plus;
|
license = stdenv.lib.licenses.lgpl21Plus;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
maintainers = [ stdenv.lib.maintainers.mornfall ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = http://w3.impa.br/~diego/software/luasocket/;
|
homepage = http://w3.impa.br/~diego/software/luasocket/;
|
||||||
hydraPlatforms = stdenv.lib.platforms.linux;
|
hydraPlatforms = stdenv.lib.platforms.linux;
|
||||||
maintainers = [ stdenv.lib.maintainers.mornfall ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.openldap.org/;
|
homepage = http://www.openldap.org/;
|
||||||
description = "An open source implementation of the Lightweight Directory Access Protocol";
|
description = "An open source implementation of the Lightweight Directory Access Protocol";
|
||||||
maintainers = with maintainers; [ lovek323 mornfall ];
|
maintainers = with maintainers; [ lovek323 ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -44,7 +44,7 @@ in stdenv.mkDerivation rec {
|
|||||||
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 = [ ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -21,6 +21,6 @@ buildPythonPackage rec {
|
|||||||
description = "Subclass of the rpkg project for dealing with rpm packaging";
|
description = "Subclass of the rpkg project for dealing with rpm packaging";
|
||||||
homepage = https://pagure.io/fedpkg;
|
homepage = https://pagure.io/fedpkg;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ mornfall ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -12,6 +12,6 @@ buildPythonPackage rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Kitchen contains a cornucopia of useful code";
|
description = "Kitchen contains a cornucopia of useful code";
|
||||||
license = licenses.lgpl2;
|
license = licenses.lgpl2;
|
||||||
maintainers = with maintainers; [ mornfall ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -25,7 +25,7 @@ buildPythonPackage rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
maintainers = [ stdenv.lib.maintainers.mornfall ];
|
maintainers = [ ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -18,6 +18,6 @@ buildPythonPackage rec {
|
|||||||
description = "Python Fedora Module";
|
description = "Python Fedora Module";
|
||||||
homepage = https://github.com/fedora-infra/python-fedora;
|
homepage = https://github.com/fedora-infra/python-fedora;
|
||||||
license = licenses.lgpl2;
|
license = licenses.lgpl2;
|
||||||
maintainers = with maintainers; [ mornfall ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
|||||||
description = "Python library for dealing with rpm packaging";
|
description = "Python library for dealing with rpm packaging";
|
||||||
homepage = https://pagure.io/fedpkg;
|
homepage = https://pagure.io/fedpkg;
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ mornfall ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://ltp.sourceforge.net/coverage/lcov.php;
|
homepage = http://ltp.sourceforge.net/coverage/lcov.php;
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
|
|
||||||
maintainers = with maintainers; [ dezgeg mornfall ];
|
maintainers = with maintainers; [ dezgeg ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -35,6 +35,6 @@ in stdenv.mkDerivation rec {
|
|||||||
homepage = http://spinroot.com/;
|
homepage = http://spinroot.com/;
|
||||||
license = licenses.free;
|
license = licenses.free;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ mornfall pSub ];
|
maintainers = with maintainers; [ pSub ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -77,6 +77,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://www.cmake.org/;
|
homepage = http://www.cmake.org/;
|
||||||
description = "Cross-Platform Makefile Generator";
|
description = "Cross-Platform Makefile Generator";
|
||||||
platforms = if useQt4 then qt4.meta.platforms else stdenv.lib.platforms.linux;
|
platforms = if useQt4 then qt4.meta.platforms else stdenv.lib.platforms.linux;
|
||||||
maintainers = with stdenv.lib.maintainers; [ mornfall ];
|
maintainers = with stdenv.lib.maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -78,6 +78,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://www.cmake.org/;
|
homepage = http://www.cmake.org/;
|
||||||
description = "Cross-Platform Makefile Generator";
|
description = "Cross-Platform Makefile Generator";
|
||||||
platforms = if useQt4 then qt4.meta.platforms else platforms.all;
|
platforms = if useQt4 then qt4.meta.platforms else platforms.all;
|
||||||
maintainers = with maintainers; [ mornfall ttuegel lnl7 ];
|
maintainers = with maintainers; [ ttuegel lnl7 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
|
|||||||
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 = [ ];
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -18,6 +18,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 = with maintainers; [ mornfall jgeerds globin ];
|
maintainers = with maintainers; [ jgeerds globin ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -39,6 +39,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Free dance and rhythm game for Windows, Mac, and Linux";
|
description = "Free dance and rhythm game for Windows, Mac, and Linux";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.mit; # expat version
|
license = licenses.mit; # expat version
|
||||||
maintainers = [ maintainers.mornfall ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://sourceforge.net/projects/acpiclient/;
|
homepage = https://sourceforge.net/projects/acpiclient/;
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.mornfall ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -9,7 +9,7 @@ in {
|
|||||||
fuse_2 = mkFuse {
|
fuse_2 = mkFuse {
|
||||||
version = "2.9.7";
|
version = "2.9.7";
|
||||||
sha256Hash = "1wyjjfb7p4jrkk15zryzv33096a5fmsdyr2p4b00dd819wnly2n2";
|
sha256Hash = "1wyjjfb7p4jrkk15zryzv33096a5fmsdyr2p4b00dd819wnly2n2";
|
||||||
maintainers = [ maintainers.mornfall ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
|
|
||||||
fuse_3 = mkFuse {
|
fuse_3 = mkFuse {
|
||||||
|
@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ wkennington mornfall ];
|
maintainers = with maintainers; [ wkennington ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Dict protocol server and client";
|
description = "Dict protocol server and client";
|
||||||
homepage = http://www.dict.org;
|
homepage = http://www.dict.org;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ mornfall ];
|
maintainers = with maintainers; [ ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "DICT version of English Wiktionary";
|
description = "DICT version of English Wiktionary";
|
||||||
homepage = http://en.wiktionary.org/;
|
homepage = http://en.wiktionary.org/;
|
||||||
maintainers = [ stdenv.lib.maintainers.mornfall ];
|
maintainers = [ ];
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
homepage = http://wordnet.princeton.edu/;
|
homepage = http://wordnet.princeton.edu/;
|
||||||
|
|
||||||
maintainers = [ stdenv.lib.maintainers.mornfall ];
|
maintainers = [ ];
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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 = [ ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://www.musicpd.org/libs/libmpdclient/;
|
homepage = https://www.musicpd.org/libs/libmpdclient/;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ mornfall ehmry ];
|
maintainers = with maintainers; [ ehmry ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = [ maintainers.mornfall ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -30,7 +30,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 = with stdenv.lib.maintainers; [ mornfall jgeerds ];
|
maintainers = with stdenv.lib.maintainers; [ jgeerds ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -69,6 +69,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://wiki.debian.org/Teams/Dpkg;
|
homepage = https://wiki.debian.org/Teams/Dpkg;
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ mornfall ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://www.rpm.org/;
|
homepage = http://www.rpm.org/;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
description = "The RPM Package Manager";
|
description = "The RPM Package Manager";
|
||||||
maintainers = with maintainers; [ mornfall copumpkin ];
|
maintainers = with maintainers; [ copumpkin ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -58,6 +58,6 @@ in stdenv.mkDerivation rec {
|
|||||||
homepage = http://www.nmap.org;
|
homepage = http://www.nmap.org;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ mornfall thoughtpolice fpletz ];
|
maintainers = with maintainers; [ thoughtpolice fpletz ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -402,7 +402,7 @@ let
|
|||||||
description = "Network support for Lua";
|
description = "Network support for Lua";
|
||||||
homepage = "http://w3.impa.br/~diego/software/luasocket/";
|
homepage = "http://w3.impa.br/~diego/software/luasocket/";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ mornfall ];
|
maintainers = with maintainers; [ ];
|
||||||
platforms = with platforms; darwin ++ linux ++ freebsd ++ illumos;
|
platforms = with platforms; darwin ++ linux ++ freebsd ++ illumos;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -592,7 +592,7 @@ in {
|
|||||||
async = buildPythonPackage rec {
|
async = buildPythonPackage rec {
|
||||||
name = "async-0.6.1";
|
name = "async-0.6.1";
|
||||||
disabled = isPy3k;
|
disabled = isPy3k;
|
||||||
meta.maintainers = with maintainers; [ mornfall ];
|
meta.maintainers = with maintainers; [ ];
|
||||||
|
|
||||||
buildInputs = with self; [ pkgs.zlib ];
|
buildInputs = with self; [ pkgs.zlib ];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
@ -2047,7 +2047,7 @@ in {
|
|||||||
|
|
||||||
bunch = buildPythonPackage (rec {
|
bunch = buildPythonPackage (rec {
|
||||||
name = "bunch-1.0.1";
|
name = "bunch-1.0.1";
|
||||||
meta.maintainers = with maintainers; [ mornfall ];
|
meta.maintainers = with maintainers; [ ];
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/b/bunch/${name}.tar.gz";
|
url = "mirror://pypi/b/bunch/${name}.tar.gz";
|
||||||
@ -5002,7 +5002,7 @@ in {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Git Object Database";
|
description = "Git Object Database";
|
||||||
maintainers = with maintainers; [ mornfall ];
|
maintainers = with maintainers; [ ];
|
||||||
homepage = https://github.com/gitpython-developers/gitdb;
|
homepage = https://github.com/gitpython-developers/gitdb;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
};
|
};
|
||||||
@ -5028,7 +5028,7 @@ in {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Python Git Library";
|
description = "Python Git Library";
|
||||||
maintainers = with maintainers; [ mornfall ];
|
maintainers = with maintainers; [ ];
|
||||||
homepage = https://github.com/gitpython-developers/GitPython;
|
homepage = https://github.com/gitpython-developers/GitPython;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
};
|
};
|
||||||
@ -11909,7 +11909,7 @@ in {
|
|||||||
|
|
||||||
offtrac = buildPythonPackage rec {
|
offtrac = buildPythonPackage rec {
|
||||||
name = "offtrac-0.1.0";
|
name = "offtrac-0.1.0";
|
||||||
meta.maintainers = with maintainers; [ mornfall ];
|
meta.maintainers = with maintainers; [ ];
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/o/offtrac/${name}.tar.gz";
|
url = "mirror://pypi/o/offtrac/${name}.tar.gz";
|
||||||
@ -17806,7 +17806,7 @@ in {
|
|||||||
smmap = buildPythonPackage rec {
|
smmap = buildPythonPackage rec {
|
||||||
name = "smmap-0.9.0";
|
name = "smmap-0.9.0";
|
||||||
disabled = isPyPy; # This fails the tests if built with pypy
|
disabled = isPyPy; # This fails the tests if built with pypy
|
||||||
meta.maintainers = with maintainers; [ mornfall ];
|
meta.maintainers = with maintainers; [ ];
|
||||||
|
|
||||||
buildInputs = with self; [ nosexcover ];
|
buildInputs = with self; [ nosexcover ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user