unixodbc: add hythera as maintainer

This commit is contained in:
Hythera
2026-04-05 19:57:47 +02:00
parent 808c494cae
commit 2020c2f5f4
+1
View File
@@ -30,6 +30,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "ODBC driver manager for Unix";
homepage = "https://www.unixodbc.org/";
license = lib.licenses.lgpl2;
maintainers = with lib.maintainers; [ hythera ];
platforms = lib.platforms.unix;
};
})