mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
graph-tool: add joelmo to maintainers
This commit is contained in:
parent
243ec61c4f
commit
81465e8e56
1 changed files with 1 additions and 0 deletions
|
@ -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