mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
tmux: add srapenne as maintainer
This commit is contained in:
parent
ab53d889c0
commit
7d3c04e509
@ -77,6 +77,6 @@ stdenv.mkDerivation rec {
|
|||||||
changelog = "https://github.com/tmux/tmux/raw/${version}/CHANGES";
|
changelog = "https://github.com/tmux/tmux/raw/${version}/CHANGES";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
maintainers = with lib.maintainers; [ thammers fpletz SuperSandro2000 ];
|
maintainers = with lib.maintainers; [ thammers fpletz SuperSandro2000 srapenne ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user