swig: add hythera as maintainer

This commit is contained in:
Hythera
2026-03-21 23:56:24 +01:00
parent 616ce0be05
commit 1494b3eb6a
+1 -1
View File
@@ -49,7 +49,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://swig.org/";
# Different types of licenses available: https://www.swig.org/Release/LICENSE .
license = lib.licenses.gpl3Plus;
maintainers = [ ];
maintainers = with lib.maintainers; [ hythera ];
mainProgram = "swig";
platforms = with lib.platforms; linux ++ darwin;
};