monosat: Add self as maintainer
This commit is contained in:
parent
385908abd1
commit
b4da391ade
2 changed files with 6 additions and 1 deletions
|
@ -137,6 +137,11 @@
|
|||
githubId = 2321000;
|
||||
name = "Ruslan Babayev";
|
||||
};
|
||||
acairncross = {
|
||||
email = "acairncross@gmail.com";
|
||||
github = "acairncross";
|
||||
name = "Aiken Cairncross";
|
||||
};
|
||||
acowley = {
|
||||
email = "acowley@gmail.com";
|
||||
github = "acowley";
|
||||
|
|
|
@ -39,7 +39,7 @@ let
|
|||
platforms = platforms.unix;
|
||||
license = if includeGplCode then licenses.gpl2 else licenses.mit;
|
||||
homepage = https://github.com/sambayless/monosat;
|
||||
broken = true;
|
||||
maintainers = [ maintainers.acairncross ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue