mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 08:13:04 +00:00
Merge pull request #219948 from developer-guy/feature/gitsign-add-developer-guy-to-maintainers
gitsign: add developer-guy to maintainers list
This commit is contained in:
commit
79a98d8cc5
@ -27,6 +27,6 @@ buildGoModule rec {
|
||||
changelog = "https://github.com/sigstore/gitsign/releases/tag/v${version}";
|
||||
description = "Keyless Git signing using Sigstore";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ lesuisse ];
|
||||
maintainers = with lib.maintainers; [ lesuisse developer-guy ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user