avogadro: update maintainers

This commit is contained in:
Sandro Jäckel 2021-01-18 00:21:19 +01:00
parent aadf7a50d7
commit 197eace081
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -21,9 +21,9 @@ stdenv.mkDerivation rec {
}) })
]; ];
meta = { meta = with lib; {
description = "Molecule editor and visualizer"; description = "Molecule editor and visualizer";
maintainers = [ ]; maintainers = with maintainers; [ danielbarter ];
platforms = lib.platforms.mesaPlatforms; platforms = platforms.mesaPlatforms;
}; };
} }