monosat: Add self as maintainer
This commit is contained in:
parent
385908abd1
commit
b4da391ade
|
@ -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";
|
||||||
|
|
|
@ -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 ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue