remove genesis maintainer

genesis has no longer access to github
This commit is contained in:
Jörg Thalheim
2020-11-18 22:37:56 -08:00
committed by Jonathan Ringer
parent 9e8e0c78d7
commit 72f6df338d
30 changed files with 36 additions and 42 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
description = "A computer opponent for the board game Blokus";
homepage = "https://pentobi.sourceforge.io";
license = licenses.gpl3;
maintainers = [ maintainers.genesis ];
maintainers = [ ];
platforms = platforms.linux;
};
}