update constraints and maintainers
This commit is contained in:
parent
8be662f659
commit
1564af1d99
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ stdenv.mkDerivation {
|
|||
meta = {
|
||||
description = "Translator English -- C/C++ declarations";
|
||||
license = "Public Domain";
|
||||
maintainers = with stdenv.lib.maintainers; [viric];
|
||||
# platforms = with stdenv.lib.platforms; linux;
|
||||
maintainers = with stdenv.lib.maintainers; [viric joelteon];
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue