monosat: Add self as maintainer

This commit is contained in:
Aiken Cairncross 2019-06-26 21:24:16 +01:00
parent 385908abd1
commit b4da391ade
2 changed files with 6 additions and 1 deletions

View file

@ -137,6 +137,11 @@
githubId = 2321000; githubId = 2321000;
name = "Ruslan Babayev"; name = "Ruslan Babayev";
}; };
acairncross = {
email = "acairncross@gmail.com";
github = "acairncross";
name = "Aiken Cairncross";
};
acowley = { acowley = {
email = "acowley@gmail.com"; email = "acowley@gmail.com";
github = "acowley"; github = "acowley";

View file

@ -39,7 +39,7 @@ let
platforms = platforms.unix; platforms = platforms.unix;
license = if includeGplCode then licenses.gpl2 else licenses.mit; license = if includeGplCode then licenses.gpl2 else licenses.mit;
homepage = https://github.com/sambayless/monosat; homepage = https://github.com/sambayless/monosat;
broken = true; maintainers = [ maintainers.acairncross ];
}; };
}; };