Merge pull request #180688 from dramaturg/remove_dramaturg

exoscale-cli: remove myself from maintainers
This commit is contained in:
Sandro 2022-07-08 14:01:33 +02:00 committed by GitHub
commit 59f47422c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ buildGoModule rec {
description = "Command-line tool for everything at Exoscale: compute, storage, dns";
homepage = "https://github.com/exoscale/cli";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ dramaturg viraptor ];
maintainers = with lib.maintainers; [ viraptor ];
mainProgram = "exo";
};
}