mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
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; {
|
||||
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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user