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
+1 -1
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";
};
}