Agda: Add turion as maintainer
This commit is contained in:
parent
43fb96efe8
commit
8ee4c3698c
@ -23,6 +23,6 @@ mkDerivation rec {
|
||||
hydraPlatforms = [];
|
||||
# Waiting for release 0.2 for this to work
|
||||
broken = true;
|
||||
maintainers = with maintainers; [ alexarice ];
|
||||
maintainers = with maintainers; [ alexarice turion ];
|
||||
};
|
||||
}
|
||||
|
@ -27,6 +27,6 @@ mkDerivation rec {
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
# broken since Agda 2.6.1
|
||||
broken = true;
|
||||
maintainers = with maintainers; [ mudri alexarice ];
|
||||
maintainers = with maintainers; [ mudri alexarice turion ];
|
||||
};
|
||||
}
|
||||
|
@ -26,6 +26,6 @@ mkDerivation (rec {
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
# broken since Agda 2.6.1
|
||||
broken = true;
|
||||
maintainers = with stdenv.lib.maintainers; [ alexarice ];
|
||||
maintainers = with stdenv.lib.maintainers; [ alexarice turion ];
|
||||
};
|
||||
})
|
||||
|
@ -21,6 +21,6 @@ mkDerivation rec {
|
||||
description = "A standard library for use with the Agda compiler";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
maintainers = with maintainers; [ jwiegley mudri alexarice ];
|
||||
maintainers = with maintainers; [ jwiegley mudri alexarice turion ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user