From 81465e8e567b276b61abaf562499e674e6b948a8 Mon Sep 17 00:00:00 2001 From: Joel Moberg Date: Wed, 1 Apr 2015 17:44:18 +0200 Subject: [PATCH] graph-tool: add joelmo to maintainers --- pkgs/development/python-modules/graph-tool/2.x.x.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/graph-tool/2.x.x.nix b/pkgs/development/python-modules/graph-tool/2.x.x.nix index e647dfc809f..aa5deb6d6db 100644 --- a/pkgs/development/python-modules/graph-tool/2.x.x.nix +++ b/pkgs/development/python-modules/graph-tool/2.x.x.nix @@ -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 {