nfpm: add caarlos0 to maintainers list
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
a1c45f32e6
commit
93baaff434
@ -18,7 +18,7 @@ buildGoModule rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A simple deb and rpm packager written in Go";
|
description = "A simple deb and rpm packager written in Go";
|
||||||
homepage = "https://github.com/goreleaser/nfpm";
|
homepage = "https://github.com/goreleaser/nfpm";
|
||||||
maintainers = with maintainers; [ marsam techknowlogick ];
|
maintainers = with maintainers; [ marsam techknowlogick caarlos0 ];
|
||||||
license = with licenses; [ mit ];
|
license = with licenses; [ mit ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user