remove genesis maintainer

genesis has no longer access to github
This commit is contained in:
Jörg Thalheim 2020-11-17 17:50:53 +01:00 committed by Jonathan Ringer
parent 9e8e0c78d7
commit 72f6df338d
30 changed files with 36 additions and 42 deletions

View File

@ -3193,12 +3193,6 @@
githubId = 313929; githubId = 313929;
name = "Gabriel Ebner"; name = "Gabriel Ebner";
}; };
genesis = {
email = "ronan@aimao.org";
github = "bignaux";
githubId = 149484;
name = "Ronan Bignaux";
};
georgewhewell = { georgewhewell = {
email = "georgerw@gmail.com"; email = "georgerw@gmail.com";
github = "georgewhewell"; github = "georgewhewell";

View File

@ -94,7 +94,7 @@ mkDerivation rec {
homepage = "https://github.com/falkTX/Cadence/"; homepage = "https://github.com/falkTX/Cadence/";
description = "Collection of tools useful for audio production"; description = "Collection of tools useful for audio production";
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [ genesis worldofpeace ]; maintainers = with stdenv.lib.maintainers; [ worldofpeace ];
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
}; };
} }

View File

@ -14,6 +14,6 @@ mkDerivation {
buildInputs = [ kdeclarative libkmahjongg knewstuff libkdegames ]; buildInputs = [ kdeclarative libkmahjongg knewstuff libkdegames ];
meta = { meta = {
license = with lib.licenses; [ gpl2 ]; license = with lib.licenses; [ gpl2 ];
maintainers = with lib.maintainers; [ genesis ]; maintainers = with lib.maintainers; [ ];
}; };
} }

View File

@ -13,6 +13,6 @@ mkDerivation {
buildInputs = [ libGLU kdeclarative libkdegames ]; buildInputs = [ libGLU kdeclarative libkdegames ];
meta = { meta = {
license = with lib.licenses; [ gpl2 ]; license = with lib.licenses; [ gpl2 ];
maintainers = with lib.maintainers; [ genesis ]; maintainers = with lib.maintainers; [ ];
}; };
} }

View File

@ -9,7 +9,7 @@ mkDerivation {
name = "libkmahjongg"; name = "libkmahjongg";
meta = { meta = {
license = with lib.licenses; [ gpl2 ]; license = with lib.licenses; [ gpl2 ];
maintainers = with lib.maintainers; [ genesis ]; maintainers = with lib.maintainers; [ ];
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];
buildInputs = [ kcompletion kconfig kconfigwidgets kcoreaddons ki18n buildInputs = [ kcompletion kconfig kconfigwidgets kcoreaddons ki18n

View File

@ -84,7 +84,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.navit-project.org"; homepage = "https://www.navit-project.org";
description = "Car navigation system with routing engine using OSM maps"; description = "Car navigation system with routing engine using OSM maps";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.genesis ]; maintainers = [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/mahatma-kaganovich/xkbd"; homepage = "https://github.com/mahatma-kaganovich/xkbd";
description = "onscreen soft keyboard for X11"; description = "onscreen soft keyboard for X11";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = [ maintainers.genesis ]; maintainers = [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -53,7 +53,7 @@ mkDerivation rec {
description = "Official Qt SoulSeek client"; description = "Official Qt SoulSeek client";
homepage = "https://www.slsknet.org"; homepage = "https://www.slsknet.org";
license = licenses.unfree; license = licenses.unfree;
maintainers = [ maintainers.genesis ]; maintainers = [ ];
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
}; };
} }

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation {
description = "Desktop clients to interact with ps2link and ps2netfs"; description = "Desktop clients to interact with ps2link and ps2netfs";
homepage = "https://github.com/ps2dev/ps2client"; homepage = "https://github.com/ps2dev/ps2client";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = [ maintainers.genesis ]; maintainers = [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.astrolabeproject.com"; homepage = "https://www.astrolabeproject.com";
description = "A Java-based tool for generating EPS files for constructing astrolabes and related tools"; description = "A Java-based tool for generating EPS files for constructing astrolabes and related tools";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = [ maintainers.genesis ]; maintainers = [ ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
description = "Z80 assembler"; description = "Z80 assembler";
# use -n option to display all licenses # use -n option to display all licenses
license = licenses.mit; # expat version license = licenses.mit; # expat version
maintainers = [ maintainers.genesis ]; maintainers = [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.z88dk.org"; homepage = "https://www.z88dk.org";
description = "z80 Development Kit"; description = "z80 Development Kit";
license = licenses.clArtistic; license = licenses.clArtistic;
maintainers = [ maintainers.genesis ]; maintainers = [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -33,7 +33,7 @@ python.pkgs.buildPythonPackage rec {
homepage = "https://github.com/barseghyanartur/tld"; homepage = "https://github.com/barseghyanartur/tld";
description = "Extracts the top level domain (TLD) from the URL given"; description = "Extracts the top level domain (TLD) from the URL given";
license = licenses.lgpl21; license = licenses.lgpl21;
maintainers = with maintainers; [ genesis ]; maintainers = with maintainers; [ ];
}; };
} }

View File

@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Fast and fun first-person-shooter based on the Cube fps"; description = "Fast and fun first-person-shooter based on the Cube fps";
homepage = "https://assault.cubers.net"; homepage = "https://assault.cubers.net";
maintainers = [ maintainers.genesis ]; maintainers = [ ];
platforms = platforms.linux; # should work on darwin with a little effort. platforms = platforms.linux; # should work on darwin with a little effort.
license = stdenv.lib.licenses.zlib; license = stdenv.lib.licenses.zlib;
}; };

View File

@ -35,6 +35,6 @@ buildPythonApplication {
homepage = "https://github.com/RaaH/gscrabble/"; homepage = "https://github.com/RaaH/gscrabble/";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.genesis ]; maintainers = [ ];
}; };
} }

View File

@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
homepage = "https://gweled.org"; homepage = "https://gweled.org";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.genesis ]; maintainers = [ ];
}; };
} }

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Third person ninja rabbit fighting game"; description = "Third person ninja rabbit fighting game";
homepage = "https://osslugaru.gitlab.io"; homepage = "https://osslugaru.gitlab.io";
maintainers = [ maintainers.genesis ]; maintainers = [ ];
platforms = platforms.linux; platforms = platforms.linux;
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
}; };

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
description = "A computer opponent for the board game Blokus"; description = "A computer opponent for the board game Blokus";
homepage = "https://pentobi.sourceforge.io"; homepage = "https://pentobi.sourceforge.io";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = [ maintainers.genesis ]; maintainers = [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -43,6 +43,6 @@ buildPythonApplication rec {
description = "A collection of more than 1000 solitaire card games"; description = "A collection of more than 1000 solitaire card games";
homepage = "https://pysolfc.sourceforge.io"; homepage = "https://pysolfc.sourceforge.io";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ kierdavis genesis ]; maintainers = with maintainers; [ kierdavis ];
}; };
} }

View File

@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Simon Tatham's portable puzzle collection"; description = "Simon Tatham's portable puzzle collection";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.raskin maintainers.genesis ]; maintainers = [ maintainers.raskin ];
platforms = platforms.linux; platforms = platforms.linux;
homepage = "https://www.chiark.greenend.org.uk/~sgtatham/puzzles/"; homepage = "https://www.chiark.greenend.org.uk/~sgtatham/puzzles/";
}; };

View File

@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
description = "A complete emulation of CPC464, CPC664 and CPC6128"; description = "A complete emulation of CPC464, CPC664 and CPC6128";
homepage = "https://github.com/ColinPitrat/caprice32"; homepage = "https://github.com/ColinPitrat/caprice32";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.genesis ]; maintainers = [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
description = "A library for accessing discs and disc image files"; description = "A library for accessing discs and disc image files";
homepage = "http://www.seasip.info/Unix/LibDsk/"; homepage = "http://www.seasip.info/Unix/LibDsk/";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = [ maintainers.genesis ]; maintainers = [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
description = "A Qt frontend for MAME/MESS"; description = "A Qt frontend for MAME/MESS";
homepage = "https://qmc2.batcom-it.net"; homepage = "https://qmc2.batcom-it.net";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.genesis ]; maintainers = [ ];
platforms = platforms.linux; platforms = platforms.linux;
broken = true; broken = true;
}; };

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
description = "A portable Amstrad CPC 464/664/6128 emulator written in C"; description = "A portable Amstrad CPC 464/664/6128 emulator written in C";
homepage = "https://www.xcpc-emulator.net"; homepage = "https://www.xcpc-emulator.net";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = [ maintainers.genesis ]; maintainers = [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
description = "Manipulating CPC dsk images and files"; description = "Manipulating CPC dsk images and files";
homepage = "https://github.com/derikz/cpcfs/" ; homepage = "https://github.com/derikz/cpcfs/" ;
license = licenses.bsd2; license = licenses.bsd2;
maintainers = [ maintainers.genesis ]; maintainers = [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
description = "Manipulating CPC dsk images and files"; description = "Manipulating CPC dsk images and files";
homepage = "https://github.com/cpcsdk/idsk" ; homepage = "https://github.com/cpcsdk/idsk" ;
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.genesis ]; maintainers = [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/mlafeldt/romdirfs"; homepage = "https://github.com/mlafeldt/romdirfs";
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ genesis ]; maintainers = with maintainers; [ ];
}; };
} }

View File

@ -8,14 +8,6 @@ stdenv.mkDerivation rec {
pname = "squashfuse"; pname = "squashfuse";
version = "0.1.103"; version = "0.1.103";
meta = {
description = "FUSE filesystem to mount squashfs archives";
homepage = "https://github.com/vasi/squashfuse";
maintainers = [ maintainers.genesis ];
platforms = platforms.linux;
license = "BSD-2-Clause";
};
# platforms.darwin should be supported : see PLATFORMS file in src. # platforms.darwin should be supported : see PLATFORMS file in src.
# we could use a nix fuseProvider, and let the derivation choose the OS # we could use a nix fuseProvider, and let the derivation choose the OS
# specific implementation. # specific implementation.
@ -29,4 +21,12 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook libtool pkgconfig ]; nativeBuildInputs = [ autoreconfHook libtool pkgconfig ];
buildInputs = [ lz4 xz zlib lzo zstd fuse ]; buildInputs = [ lz4 xz zlib lzo zstd fuse ];
meta = {
description = "FUSE filesystem to mount squashfs archives";
homepage = "https://github.com/vasi/squashfuse";
maintainers = [ ];
platforms = platforms.linux;
license = "BSD-2-Clause";
};
} }

View File

@ -29,6 +29,6 @@ python3Packages.buildPythonApplication rec {
description = "a lightning fast web crawler which extracts URLs, files, intel & endpoints from a target"; description = "a lightning fast web crawler which extracts URLs, files, intel & endpoints from a target";
homepage = "https://github.com/s0md3v/Photon"; homepage = "https://github.com/s0md3v/Photon";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ genesis ]; maintainers = with maintainers; [ ];
}; };
} }

View File

@ -41,6 +41,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.poedit.net/"; homepage = "https://www.poedit.net/";
license = licenses.mit; license = licenses.mit;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ domenkozar genesis ]; maintainers = with maintainers; [ domenkozar ];
}; };
} }