Merge pull request #223398 from caarlos0/caarlos0-maintainer-nfpm

nfpm: add caarlos0 to maintainers list
This commit is contained in:
figsoda 2023-03-27 13:15:30 -04:00 committed by GitHub
commit 3318f57f46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];
};
}