1
0
Fork 0
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:
Aaron Bieber 2024-10-10 08:02:32 -06:00
parent ad6bc0db3d
commit 120ea3ae2a
No known key found for this signature in database

View file

@ -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
];
};
}