forked from mirrors/nixpkgs
graph-tool: add joelmo to maintainers
This commit is contained in:
parent
243ec61c4f
commit
81465e8e56
|
@ -11,6 +11,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://graph-tool.skewed.de/;
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.all;
|
||||
maintainer = [ stdenv.lib.maintainers.joelmo ];
|
||||
};
|
||||
|
||||
src = fetchurl {
|
||||
|
|
Loading…
Reference in a new issue