nkeys: modernize
This commit is contained in:
@@ -20,8 +20,8 @@ buildGoModule rec {
|
||||
meta = {
|
||||
description = "Public-key signature system for NATS";
|
||||
homepage = "https://github.com/nats-io/nkeys";
|
||||
changelog = "https://github.com/nats-io/nkeys/releases/tag/v${version}";
|
||||
license = with lib.licenses; [ mit ];
|
||||
changelog = "https://github.com/nats-io/nkeys/releases/tag/${src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
mainProgram = "nk";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user