From 0eefa1772bd8a5d67dfd9d9442e26f986a0bee26 Mon Sep 17 00:00:00 2001 From: Adam Stephens Date: Sun, 29 Jan 2023 14:17:55 -0500 Subject: [PATCH] golden-cheetah: add adamcstephens as maintainer --- pkgs/applications/misc/golden-cheetah/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/golden-cheetah/default.nix b/pkgs/applications/misc/golden-cheetah/default.nix index 7f796a2bb0c2..a5ce1e6c1310 100644 --- a/pkgs/applications/misc/golden-cheetah/default.nix +++ b/pkgs/applications/misc/golden-cheetah/default.nix @@ -76,7 +76,7 @@ in mkDerivation rec { meta = with lib; { description = "Performance software for cyclists, runners and triathletes"; platforms = platforms.linux; - maintainers = [ ]; + maintainers = with maintainers; [ adamcstephens ]; license = licenses.gpl2Plus; }; }