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

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

View File

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