nfpm: add caarlos0 to maintainers list

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker 2023-03-27 10:49:28 -03:00
parent a1c45f32e6
commit 93baaff434
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -18,7 +18,7 @@ buildGoModule rec {
meta = with lib; {
description = "A simple deb and rpm packager written in Go";
homepage = "https://github.com/goreleaser/nfpm";
maintainers = with maintainers; [ marsam techknowlogick ];
maintainers = with maintainers; [ marsam techknowlogick caarlos0 ];
license = with licenses; [ mit ];
};
}