oscclip: Add rumpelsepp as maintainer

This commit is contained in:
Stefan Tatschner 2023-01-29 12:27:35 +01:00
parent 3c20aae1e1
commit 3f8d52bf1e

View file

@ -29,6 +29,6 @@ python3Packages.buildPythonApplication rec {
homepage = "https://github.com/rumpelsepp/oscclip";
license = licenses.gpl3Only;
maintainers = [ maintainers.traxys ];
maintainers = with maintainers; [ rumpelsepp traxys ];
};
}