Commit d929c0ae authored by Sigmanificient's avatar Sigmanificient
Browse files

wtcat: fix changelog

parent 0692a5f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
  meta = {
    description = "WebTransport CLI";
    homepage = "https://github.com/pervrosen/wtcat";
    changelog = "https://github.com/pervrosen/wtcat/releases/tag/v${finalAttrs.src.tag}";
    changelog = "https://github.com/pervrosen/wtcat/releases/tag/${finalAttrs.src.tag}";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ fab ];
    mainProgram = "wtcat";