Agda: Add turion as maintainer

This commit is contained in:
Alex Rice 2020-05-14 20:50:00 +01:00
parent 43fb96efe8
commit 8ee4c3698c
No known key found for this signature in database
GPG key ID: 93DDCD7A2B3F3B88
4 changed files with 4 additions and 4 deletions

View file

@ -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 ];
};
}

View file

@ -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 ];
};
}

View file

@ -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 ];
};
})

View file

@ -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 ];
};
}