Commit 0c3d3705 authored by Sigmanificient's avatar Sigmanificient
Browse files

statping-ng: fix changelog

parent 01e3a52c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ buildGoModule rec {
  meta = {
    description = "Status Page for monitoring your websites and applications with beautiful graphs, analytics, and plugins";
    homepage = "https://github.com/statping-ng/statping-ng";
    changelog = "https://github.com/statping-ng/statping-ng/releases/tag/v${src.tag}";
    changelog = "https://github.com/statping-ng/statping-ng/releases/tag/${src.tag}";
    license = lib.licenses.gpl3Only;
    maintainers = with lib.maintainers; [
      FKouhai