From 8bfcdf9fdf8d3d897eee76512ba5083ecab29f96 Mon Sep 17 00:00:00 2001 From: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> Date: Sat, 18 Sep 2021 15:53:23 +0200 Subject: [PATCH] Add maintainer entry to fpm manifest (#529) --- ci/fpm.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/fpm.toml b/ci/fpm.toml index eaa59c013..955d6924b 100644 --- a/ci/fpm.toml +++ b/ci/fpm.toml @@ -2,4 +2,5 @@ name = "stdlib" version = "0.0.0" license = "MIT" author = "stdlib contributors" +maintainer = "@fortran-lang/stdlib" copyright = "2019-2021 stdlib contributors"