3
0
Fork 0
forked from mirrors/nixpkgs

golden-cheetah: add adamcstephens as maintainer

This commit is contained in:
Adam Stephens 2023-01-29 14:17:55 -05:00
parent f2d92cc926
commit 0eefa1772b
No known key found for this signature in database

View file

@ -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;
};
}