mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
dive: add ryan4yin as a maintainer
(cherry picked from commit df6fa0fb69)
This commit is contained in:
committed by
Michael Daniels
parent
59c8f8a443
commit
58e5ffb7ba
@@ -41,6 +41,9 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/wagoodman/dive";
|
||||
changelog = "https://github.com/wagoodman/dive/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ SuperSandro2000 ];
|
||||
maintainers = with maintainers; [
|
||||
SuperSandro2000
|
||||
ryan4yin
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user