Merge pull request #213349 from rumpelsepp/oscclip-maintainer

oscclip: Add rumpelsepp as maintainer
This commit is contained in:
Bobby Rong
2023-01-29 20:19:37 +08:00
committed by GitHub
+1 -1
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 ];
};
}