libopus: add jopejoe1 to maintainers

This commit is contained in:
seth
2024-06-12 03:45:39 -04:00
parent 6fb27aeca4
commit 436cf3aae3
+1 -1
View File
@@ -78,6 +78,6 @@ stdenv.mkDerivation (finalAttrs: {
changelog = "https://gitlab.xiph.org/xiph/opus/-/releases/v${finalAttrs.version}";
license = lib.licenses.bsd3;
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ getchoo ];
maintainers = with lib.maintainers; [ getchoo jopejoe1 ];
};
})