fish: add sigmasquadron as co-maintainer

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
This commit is contained in:
Fernando Rodrigues 2024-11-13 16:38:42 +00:00
parent 4f41851f81
commit d4f3fe7de3
No known key found for this signature in database
GPG key ID: CC3AE2EA00000000
2 changed files with 2 additions and 2 deletions

View file

@ -313,5 +313,5 @@ in
'';
};
meta.maintainers = with lib.maintainers; [ sigmasquadron ];
}

View file

@ -315,7 +315,7 @@ let
changelog = "https://github.com/fish-shell/fish-shell/releases/tag/${version}";
license = licenses.gpl2Only;
platforms = platforms.unix;
maintainers = with maintainers; [ adamcstephens cole-h winter ];
maintainers = with maintainers; [ adamcstephens cole-h winter sigmasquadron ];
mainProgram = "fish";
};