Merge pull request #276903 from viraptor/drop-from-flyctl
flyctl: drop maintainer
This commit is contained in:
commit
9d22745d0e
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ buildGoModule rec {
|
|||
downloadPage = "https://github.com/superfly/flyctl";
|
||||
homepage = "https://fly.io/";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ adtya jsierles techknowlogick viraptor ];
|
||||
maintainers = with maintainers; [ adtya jsierles techknowlogick ];
|
||||
mainProgram = "flyctl";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue