cockatrice: add evanjs to maintainers
This commit is contained in:
parent
9cc8ca50e9
commit
4b7e4e8b12
@ -23,7 +23,7 @@ mkDerivation rec {
|
|||||||
homepage = "https://github.com/Cockatrice/Cockatrice";
|
homepage = "https://github.com/Cockatrice/Cockatrice";
|
||||||
description = "A cross-platform virtual tabletop for multiplayer card games";
|
description = "A cross-platform virtual tabletop for multiplayer card games";
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
maintainers = with stdenv.lib.maintainers; [ ];
|
maintainers = with stdenv.lib.maintainers; [ evanjs ];
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user