libtheora: add getchoo as maintainer

This commit is contained in:
seth
2024-08-02 03:16:42 -04:00
parent 3a0ea49b64
commit a654a5db51
+1 -1
View File
@@ -61,7 +61,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Library for Theora, a free and open video compression format";
homepage = "https://www.theora.org/";
license = lib.licenses.bsd3;
maintainers = [ ];
maintainers = with lib.maintainers; [ getchoo ];
platforms = lib.platforms.unix ++ lib.platforms.windows;
};
})