pymol: add samlich as maintainer

This commit is contained in:
samlich 2020-01-24 19:49:38 +00:00
parent db6ef4dccf
commit 3638755ff3
No known key found for this signature in database
GPG Key ID: B1568953B1939F1C

View File

@ -47,5 +47,6 @@ python3Packages.buildPythonApplication rec {
description = description;
homepage = https://www.pymol.org/;
license = lib.licenses.psfl;
maintainers = with lib.maintainers; [ samlich ];
};
}