mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-03 06:19:10 +03:00
python3Packages.rns: add qbit to maintainers
This commit is contained in:
parent
ad6bc0db3d
commit
120ea3ae2a
1 changed files with 4 additions and 1 deletions
|
@ -49,6 +49,9 @@ buildPythonPackage rec {
|
|||
homepage = "https://github.com/markqvist/Reticulum";
|
||||
changelog = "https://github.com/markqvist/Reticulum/releases/tag/${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
maintainers = with maintainers; [
|
||||
fab
|
||||
qbit
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue