haskellPackages.cloudy: add myself as maintainer

This commit is contained in:
Dennis Gosnell 2024-10-08 12:24:05 +09:00
parent c05db0a996
commit 4bd389541e
No known key found for this signature in database
GPG Key ID: 462E0C03D11422F4
2 changed files with 2 additions and 0 deletions

View File

@ -207,6 +207,7 @@ package-maintainers:
bdesham:
- pinboard-notes-backup
cdepillabout:
- cloudy
- password
- password-instances
- pretty-simple

View File

@ -68350,6 +68350,7 @@ self: {
description = "CLI tool to easily spin up and control compute instances in various cloud environments";
license = lib.licenses.bsd3;
mainProgram = "cloudy";
maintainers = [ lib.maintainers.cdepillabout ];
}) {};
"cloudyfs" = callPackage