summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsamlich <1349989+samlich@users.noreply.github.com>2020-01-24 19:49:38 +0000
committersamlich <1349989+samlich@users.noreply.github.com>2020-01-24 19:49:38 +0000
commit3638755ff37ef01c8a95a2e54d209aea4e2e0aa9 (patch)
tree5eb5328ffaf72340ae8eb6b47d0171025cad3f36
parentdb6ef4dccfa6ca05c6bf368137a48f9d6b94b238 (diff)
pymol: add samlich as maintainer
-rw-r--r--pkgs/applications/science/chemistry/pymol/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/science/chemistry/pymol/default.nix b/pkgs/applications/science/chemistry/pymol/default.nix
index 2169aef4fc08..b20e7480657c 100644
--- a/pkgs/applications/science/chemistry/pymol/default.nix
+++ b/pkgs/applications/science/chemistry/pymol/default.nix
@@ -47,5 +47,6 @@ python3Packages.buildPythonApplication rec {
description = description;
homepage = https://www.pymol.org/;
license = lib.licenses.psfl;
+ maintainers = with lib.maintainers; [ samlich ];
};
}