mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
fish: add sigmasquadron as co-maintainer
Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
This commit is contained in:
parent
4f41851f81
commit
d4f3fe7de3
2 changed files with 2 additions and 2 deletions
|
@ -313,5 +313,5 @@ in
|
|||
'';
|
||||
|
||||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ sigmasquadron ];
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue