mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
entwine: add geospatial team to the maintainers list
This commit is contained in:
parent
9000f34fd9
commit
e58731667b
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Point cloud organization for massive datasets";
|
||||
homepage = "https://entwine.io/";
|
||||
license = licenses.lgpl2Only;
|
||||
maintainers = with maintainers; [ matthewcroughan ];
|
||||
maintainers = with maintainers; teams.geospatial.members ++ [ matthewcroughan ];
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "entwine";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user