mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
Merge pull request #223398 from caarlos0/caarlos0-maintainer-nfpm
nfpm: add caarlos0 to maintainers list
This commit is contained in:
commit
3318f57f46
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue